TextureState
maintains a texture state for a given node and it's children. The number of states that a TextureState can maintain at one time is equal to the number of texture units available on the GPU. It is not within the scope of this class to generate the texture, and is recommended that TextureManager
be used to create the Texture objects.
@see com.ardor3d.util.TextureManager
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|