generate_uv method
generate_uv(, mesh)
Generate UV data from the given input mesh
Returns
Generated UV data
@staticmethod
def generate_uv(mesh):
...
| Parameter | Type | Description |
|---|---|---|
| mesh | Mesh | The input mesh |
generate_uv(, mesh, normals)
Generate UV data from the given input mesh and specified normal data.
Returns
Generated UV data
@staticmethod
def generate_uv(mesh, normals):
...
| Parameter | Type | Description |
|---|---|---|
| mesh | Mesh | The input mesh |
| normals | VertexElementNormal | The normal data |
See Also
- module
aspose.threed.entities - class
PolygonModifier