Modifier and Type | Class and Description |
---|---|
class |
VertexElementBinormal
Defines the binormal vectors for specified components.
|
class |
VertexElementEdgeCrease
Defines the edge crease for specified components
|
class |
VertexElementMaterial
Defines material index for specified components.
|
class |
VertexElementNormal
Defines normal vectors for specified components.
|
class |
VertexElementPolygonGroup
Defines polygon group for specified components to group related polygons together.
|
class |
VertexElementSmoothingGroup
A smoothing group is a group of polygons in a polygon mesh which should appear to form a smooth surface.
|
class |
VertexElementSpecular
Defines specular color for specified components.
|
class |
VertexElementTangent
Defines tangent vectors for specified components.
|
class |
VertexElementTemplate<T>
A helper class for defining concrete
VertexElement implementations. |
class |
VertexElementUserData
Defines custom user data for specified components.
|
class |
VertexElementUV
Defines the UV coordinates for specified components.
|
class |
VertexElementVector4
A helper class for defining concrete
VertexElement implementations. |
class |
VertexElementVertexColor
Defines the vertex color for specified components
|
class |
VertexElementVertexCrease
Defines the vertex crease for specified components
|
class |
VertexElementVisibility
Defines if specified components is visible
|
class |
VertexElementWeight
Defines blend weight for specified components.
|
Modifier and Type | Method and Description |
---|---|
VertexElement |
VertexElement.clone(boolean withData)
Deep clone the vertex element
|
VertexElement |
VertexElementWeight.clone(boolean withDirect,
boolean withIndice) |
VertexElement |
VertexElementVisibility.clone(boolean withDirect,
boolean withIndice) |
VertexElement |
VertexElementVertexCrease.clone(boolean withDirect,
boolean withIndice) |
VertexElement |
VertexElementVertexColor.clone(boolean withDirect,
boolean withIndice) |
VertexElement |
VertexElementUV.clone(boolean withDirect,
boolean withIndice) |
VertexElement |
VertexElementUserData.clone(boolean withDirect,
boolean withIndice) |
VertexElement |
VertexElementTangent.clone(boolean withDirect,
boolean withIndice) |
VertexElement |
VertexElementSpecular.clone(boolean withDirect,
boolean withIndice) |
VertexElement |
VertexElementSmoothingGroup.clone(boolean withDirect,
boolean withIndice) |
VertexElement |
VertexElementPolygonGroup.clone(boolean withDirect,
boolean withIndice) |
VertexElement |
VertexElementNormal.clone(boolean withDirect,
boolean withIndice) |
VertexElement |
VertexElementMaterial.clone(boolean withDirect,
boolean withIndice) |
VertexElement |
VertexElementEdgeCrease.clone(boolean withDirect,
boolean withIndice) |
VertexElement |
VertexElementBinormal.clone(boolean withDirect,
boolean withIndice) |
VertexElement |
Geometry.createElement(VertexElementType type)
Creates a vertex element with specified type and add it to the geometry.
|
VertexElement |
Geometry.createElement(VertexElementType type,
MappingMode mappingMode,
ReferenceMode referenceMode)
Creates a vertex element with specified type and add it to the geometry.
|
VertexElement |
Geometry.getElement(VertexElementType type)
Gets a vertex element with specified type
|
Modifier and Type | Method and Description |
---|---|
List<VertexElement> |
Geometry.getVertexElements()
Gets all vertex elements
|
Modifier and Type | Method and Description |
---|---|
void |
Geometry.addElement(VertexElement element)
Adds an existing vertex element to current geometry
|
Copyright © 2019. All rights reserved.