GeometryCreateElementUV Method (TextureMapping, MappingMode, ReferenceMode)
Creates a VertexElementUV with given texture mapping type.

Namespace: Aspose.ThreeD.Entities
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
public VertexElementUV CreateElementUV(
	TextureMapping uvMapping,
	MappingMode mappingMode,
	ReferenceMode referenceMode
)

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: VertexElementUV
Created element uv
See Also