Modifier and Type | Method and Description |
---|---|
MappingMode |
VertexElement.getMappingMode()
Gets how the element is mapped.
|
static MappingMode |
MappingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MappingMode[] |
MappingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VertexElement |
Geometry.createElement(VertexElementType type,
MappingMode mappingMode,
ReferenceMode referenceMode)
Creates a vertex element with specified type and add it to the geometry.
|
VertexElementUV |
Geometry.createElementUV(TextureMapping uvMapping,
MappingMode mappingMode,
ReferenceMode referenceMode)
Creates a
VertexElementUV with given texture mapping type. |
void |
VertexElement.setMappingMode(MappingMode value)
Sets how the element is mapped.
|
Copyright © 2018. All rights reserved.