Enum TextureMappingMode
Defines enumeration constants to describe how textures are mapped.
Inherited Members
Namespace:
Assembly: .dll
Syntax
public enum TextureMappingMode extends Enum<TextureMappingMode>
Fields
| Name | Description |
|---|---|
| PerPrimitive | With this mode entire texture is fit into single primitive |
| PerScreen | With this mode texture coordinates equal to screen coordinates |
Methods
| Name | Description |
|---|---|
| valueOf(String name) | |
| values() |