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. |
static VertexElementUV |
PolygonModifier.generateUV(Mesh mesh)
Generate UV data from the given input mesh
|
static VertexElementUV |
PolygonModifier.generateUV(Mesh mesh,
VertexElementNormal normals)
Generate UV data from the given input mesh and specified normal data.
|
VertexElementUV |
Geometry.getVertexElementOfUV(TextureMapping textureMapping)
Gets a
VertexElementUV instance with given texture mapping type |
Copyright © 2019. All rights reserved.