Modifier and Type | Method and Description |
---|---|
ReferenceMode |
VertexElement.getReferenceMode()
Gets how the element is referenced.
|
static ReferenceMode |
ReferenceMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferenceMode[] |
ReferenceMode.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.setReferenceMode(ReferenceMode value)
Sets how the element is referenced.
|
Copyright © 2018. All rights reserved.