| Modifier and Type | Method and Description |
|---|---|
TexCoordGeneration |
Appearance.getTexCoordGeneration()
Retrieves the current texCoordGeneration object.
|
TexCoordGeneration |
TextureUnitState.getTexCoordGeneration()
Retrieves the current texCoordGeneration object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TextureUnitState.set(Texture texture,
TextureAttributes textureAttributes,
TexCoordGeneration texCoordGeneration)
Sets the texture, texture attributes, and texture coordinate
generation components in this TextureUnitState object to the
specified component objects.
|
void |
Appearance.setTexCoordGeneration(TexCoordGeneration texCoordGeneration)
Sets the texCoordGeneration object to the specified object.
|
void |
TextureUnitState.setTexCoordGeneration(TexCoordGeneration texCoordGeneration)
Sets the texCoordGeneration object to the specified object.
|
| Constructor and Description |
|---|
TextureUnitState(Texture texture,
TextureAttributes textureAttributes,
TexCoordGeneration texCoordGeneration)
Constructs a TextureUnitState component object using the specified
component objects.
|
Copyright © 2015. All rights reserved.