Modifier and Type | Method and Description |
---|---|
static TextureMapping |
TextureMapping.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextureMapping[] |
TextureMapping.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VertexElementUV |
Geometry.createElementUV(TextureMapping uvMapping)
Creates a
VertexElementUV with given texture mapping type. |
VertexElementUV |
Geometry.createElementUV(TextureMapping uvMapping,
MappingMode mappingMode,
ReferenceMode referenceMode)
Creates a
VertexElementUV with given texture mapping type. |
VertexElementUV |
Geometry.getVertexElementOfUV(TextureMapping textureMapping)
Gets a
VertexElementUV instance with given texture mapping type |
Constructor and Description |
---|
VertexElementUV(TextureMapping textureMapping)
Initializes a new instance of the
VertexElementUV class. |
Copyright © 2019. All rights reserved.