Java javax.media.j3d TextureUnitState fields, constructors, methods, implement or subclass

Example usage for Java javax.media.j3d TextureUnitState fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.media.j3d TextureUnitState.

The text is from its open source code.

Field

intALLOW_STATE_WRITE
Specifies that this TextureUnitState object allows writing its texture, texture attribute, or texture coordinate generation component information.

Constructor

TextureUnitState(Texture texture, TextureAttributes textureAttributes, TexCoordGeneration texCoordGeneration)
Constructs a TextureUnitState component object using the specified component objects.