Uses of Class
com.aspose.threed.VertexElementUV
-
-
Uses of VertexElementUV in com.aspose.threed
Methods in com.aspose.threed that return VertexElementUV Modifier and Type Method Description VertexElementUV
Geometry. createElementUV(TextureMapping uvMapping)
Creates aVertexElementUV
with given texture mapping type.VertexElementUV
Geometry. createElementUV(TextureMapping uvMapping, MappingMode mappingMode, ReferenceMode referenceMode)
Creates aVertexElementUV
with given texture mapping type.static VertexElementUV
PolygonModifier. generateUV(Mesh mesh)
Generate UV data from the given input meshstatic 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 aVertexElementUV
instance with given texture mapping type
-