|
Aviatrix3D 1.0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Internal interface used to communicate update notifications for the source data used for textures.
| Method Summary | |
void |
textureUpdated(int x,
int y,
int z,
int width,
int height,
int depth,
int level,
byte[] pixels)
Notification that the texture has updated a section of the texture. |
| Method Detail |
public void textureUpdated(int x,
int y,
int z,
int width,
int height,
int depth,
int level,
byte[] pixels)
x - The start location x coordinate in texel spacey - The start location y coordinate in texel spacez - The start location z coordinate in texel spacewidth - The width of the update in texel spaceheight - The height of the update in texel spacedepth - The depth of the update in texel spacelevel - The mipmap level that changedpixels - Buffer of the data that has updated
|
Aviatrix3D 1.0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||