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