GenerateUV
PolygonModifier.GenerateUV method (1 of 2)
Generate UV data from the given input mesh and specified normal data.
public static VertexElementUV GenerateUV(Mesh mesh, VertexElementNormal normals)
Parameter | Type | Description |
---|---|---|
mesh | Mesh | The input mesh |
normals | VertexElementNormal | The normal data |
Return Value
Generated UV data
See Also
- class VertexElementUV
- class Mesh
- class VertexElementNormal
- class PolygonModifier
- namespace Aspose.ThreeD.Entities
- assembly Aspose.3D
PolygonModifier.GenerateUV method (2 of 2)
Generate UV data from the given input mesh
public static VertexElementUV GenerateUV(Mesh mesh)
Parameter | Type | Description |
---|---|---|
mesh | Mesh | The input mesh |
Return Value
Generated UV data
See Also
- class VertexElementUV
- class Mesh
- class PolygonModifier
- namespace Aspose.ThreeD.Entities
- assembly Aspose.3D