PolygonModifier.GenerateUV
GenerateUV(Mesh, VertexElementNormal)
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
GenerateUV(Mesh)
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