Click or drag to resize
AB4D logo

SceneNode Fields

The SceneNode type exposes the following members.

Fields
 NameDescription
Public fieldIsWorldMatrixIdentity True if final world matrix (WorldMatrix) is identity. This field can be checked to skip multipliyng with WorldMatrix.
Public fieldWorldBounds Bounds with BoundingBox in world coordinates (transformed by parents transformations and transformation on this SceneNode).
Public fieldWorldMatrix When IsWorldMatrixIdentity is false this field defines the final world matrix that is calculated from the parent's world matrix and this node's transformation matrix. When IsWorldMatrixIdentity is true this field has an invalid value (is not set to Identity matrix for performance reasons).
Top
See Also