VertexElementUV constructor
init
Initializes a new instance of the VertexElementUV
class.
The default texture mapping type is TextureMapping.DIFFUSE
def __init__(self):
...
init
Initializes a new instance of the VertexElementUV
class.
def __init__(self, texture_mapping):
...
Parameter | Type | Description |
---|---|---|
texture_mapping | TextureMapping | The texture mapping type. |
See Also
- module
aspose.threed.entities
- class
VertexElementUV