Rescales the mesh in different axes.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void Rescale(
	Vector3 scaling
)

Parameters

scaling
Type: Vector3
The scale Vector3 vector defines the rescale in different axis. Value 1 in the the axis is identity (no scaling).

See Also