Get Scale in world space.
Namespace:
GeonBit.Core.Graphics
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public virtual Vector3 WorldScale { get; }
Property Value
Type:
Vector3Remarks Naive implementation using world matrix decompose. For better performance, override this with your own cached version.
See Also