set_scale method
set_scale
Sets the UV scale.
def set_scale(self, u, v):
...
Parameter | Type | Description |
---|---|---|
u | float | U. |
v | float | V. |
See Also
- module
aspose.threed.shading
- class
TextureBase
Sets the UV scale.
def set_scale(self, u, v):
...
Parameter | Type | Description |
---|---|---|
u | float | U. |
v | float | V. |
aspose.threed.shading
TextureBase