Example usage for Java javax.media.j3d TextureUnitState fields, constructors, methods, implement or subclass
The text is from its open source code.
int | ALLOW_STATE_WRITE Specifies that this TextureUnitState object allows writing its texture, texture attribute, or texture coordinate generation component information. |
TextureUnitState(Texture texture, TextureAttributes textureAttributes, TexCoordGeneration texCoordGeneration) Constructs a TextureUnitState component object using the specified component objects. |