 |
SceneNodeWorldMatrix Field |
WorldMatrix defines the final world matrix for this SceneNode that is calculated from the parent's world matrix and this node's transformation matrix.
This value is calculated by the engine and should not be changed by the user.
Namespace: Ab4d.SharpEngine.SceneNodesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntaxpublic Matrix4x4 WorldMatrix
Field Value
Matrix4x4
See Also