TextureBase.SetScale
TextureBase.SetScale method
Sets the UV scale.
public void SetScale(double u, double v)
Parameter | Type | Description |
---|---|---|
u | Double | U. |
v | Double | V. |
See Also
- class TextureBase
- namespace Aspose.ThreeD.Shading
- assembly Aspose.3D
Sets the UV scale.
public void SetScale(double u, double v)
Parameter | Type | Description |
---|---|---|
u | Double | U. |
v | Double | V. |