![]() | SceneNode Properties |
The SceneNode type exposes the following members.
Name | Description | |
---|---|---|
![]() | Aabb |
Gets the axis-aligned bounding box (AABB) in world space.
|
![]() | ActualIsEnabled |
Gets a value indicating whether this scene node is actually enabled. (The method checks the
current scene node and its ancestors.)
|
![]() | CastsShadows |
Gets or sets a value indicating whether this scene node blocks the light and casts shadows.
|
![]() | Children |
Gets or sets the children of this scene node.
|
![]() | IsDisposed |
Gets a value indicating whether this scene node has been disposed of.
|
![]() | IsEnabled |
Gets or sets a value indicating whether this scene node is enabled. (May override children -
see remarks.)
|
![]() | IsRenderable |
Gets or sets a value indicating whether this scene node can be rendered with a
SceneNodeRenderer.
|
![]() | IsShadowCasterCulled |
Gets or sets a value indicating whether the occlusion culling determined that this scene
node does not need to be rendered into the shadow map of the directional light.
|
![]() | IsStatic |
Gets or sets a value indicating whether this scene node is static (immobile).
|
![]() | LastFrame |
Gets or sets the number of the last frame in which the scene node was rendered.
|
![]() | LastPoseWorld |
Gets or sets the PoseWorld of the last frame.
|
![]() | LastScaleWorld |
Gets or sets the ScaleWorld of the last frame.
|
![]() | MaxDistance |
Gets or sets the maximum distance up to which the scene node is rendered. (Needs to be
normalized - see remarks.)
|
![]() | Name |
Gets or sets the name of this scene node.
|
![]() | Parent |
Gets the parent scene node.
|
![]() | PoseLocal |
Gets or sets the pose (position and orientation) relative to the parent scene node.
|
![]() | PoseWorld |
Gets or sets the pose (position and orientation) in world space.
|
![]() | Proxy |
Gets or sets the proxy node.
|
![]() | RenderData |
Gets or sets the cached renderer data.
|
![]() | ScaleLocal |
Gets or sets the scale relative to the parent scene node.
|
![]() | ScaleWorld |
Gets the total effective scale (which incorporates the scale factors of parent scene nodes).
|
![]() | SceneData |
Gets or sets scene data.
|
![]() | Shape |
Gets (or sets) the bounding shape of this scene node.
|
![]() | SortTag |
Gets or sets the sort tag.
|
![]() | UserData |
Gets or sets user-defined data.
|
![]() | UserFlags |
Gets or sets a 16-bit value which can be used to store user-defined information or flags.
|
Name | Description | |
---|---|---|
![]() ![]() | IGeometricObjectPose |
Gets the pose (position and orientation) in world space.
|
![]() ![]() | IGeometricObjectScale |
Gets the total effective scale (which incorporates the scale factors of parent scene nodes).
|