Geometry.CreateElementUV
Contents
[
Hide
]CreateElementUV(TextureMapping)
Creates a VertexElementUV
with given texture mapping type.
public VertexElementUV CreateElementUV(TextureMapping uvMapping)
Parameter | Type | Description |
---|---|---|
uvMapping | TextureMapping | Which texture mapping type to create |
Return Value
Created element uv
See Also
- class VertexElementUV
- enum TextureMapping
- class Geometry
- namespace Aspose.ThreeD.Entities
- assembly Aspose.3D
CreateElementUV(TextureMapping, MappingMode, ReferenceMode)
Creates a VertexElementUV
with given texture mapping type.
public VertexElementUV CreateElementUV(TextureMapping uvMapping, MappingMode mappingMode,
ReferenceMode referenceMode)
Parameter | Type | Description |
---|---|---|
uvMapping | TextureMapping | Which texture mapping type to create |
mappingMode | MappingMode | Default mapping mode |
referenceMode | ReferenceMode | Default reference mode |
Return Value
Created element uv
See Also
- class VertexElementUV
- enum TextureMapping
- enum MappingMode
- enum ReferenceMode
- class Geometry
- namespace Aspose.ThreeD.Entities
- assembly Aspose.3D