| GeometryCreateElementUV Method (TextureMapping, MappingMode, ReferenceMode) |
Namespace: Aspose.ThreeD.EntitiesAssembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic VertexElementUV CreateElementUV(
TextureMapping uvMapping,
MappingMode mappingMode,
ReferenceMode referenceMode
)
Public Function CreateElementUV (
uvMapping As TextureMapping,
mappingMode As MappingMode,
referenceMode As ReferenceMode
) As VertexElementUV
public:
VertexElementUV^ CreateElementUV(
TextureMapping uvMapping,
MappingMode mappingMode,
ReferenceMode referenceMode
)
member CreateElementUV :
uvMapping : TextureMapping *
mappingMode : MappingMode *
referenceMode : ReferenceMode -> VertexElementUV
Parameters
- uvMapping
- Type: Aspose.ThreeD.EntitiesTextureMapping
Which texture mapping type to create - mappingMode
- Type: Aspose.ThreeD.EntitiesMappingMode
Default mapping mode - referenceMode
- Type: Aspose.ThreeD.EntitiesReferenceMode
Default reference mode
Return Value
Type:
VertexElementUVCreated element uv
See Also