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