Object |
public abstract class ObjectNode : SceneNode
The ObjectNode type exposes the following members.
Name | Description | |
---|---|---|
CustomRenderingQueue | Gets or sets a custom RenderingQueue that will contain the RenderablePrimitiveBase objects created by this ObjectNode. If CustomRenderingQueue is null, then the ObjectNode will be put into OtherGeometryRenderingQueue or TransparentRenderingQueue based on the material. | |
IsAutomaticallyCollectingRenderableObjectsForChildNodes | Gets or sets a Boolean that specifies if CollectRenderableObjects will be automatically called for all ChildNodes of this ObjectNode. Default value is true. |
Name | Description | |
---|---|---|
CollectRenderableObjects | The task of the CollectRenderableObjects method is to create objects derived from RenderablePrimitiveBase and add them to the appropriate RenderingQueue. This method is called at the beginning of RenderScene method call but only when the scene was significantly changed (number of SceneNodes is changed, material is significantly changed, etc.) | |
GetDetailsText |
Returns string that tells details about this SceneNode
(Overrides SceneNodeGetDetailsText(Boolean, Boolean, Boolean, Boolean, Boolean)) |
Name | Description | |
---|---|---|
GetGeometryModel3D |
Returns a WPF's GeometryModel3D that was used to create the specified sceneNode.
If the sceneNode does not define a GeometryModel3D object, then null is returned.
(Defined by Extensions) | |
GetModel3D |
Returns a WPF's Model3D that was used to create the specified sceneNode.
If the sceneNode does not define a Model3D object, then null is returned.
(Defined by Extensions) | |
GetModelVisual3D |
Returns a WPF's ModelVisual3D that was used to create the specified sceneNode or any parent SceneNode (in case searchParentSceneNodes is true).
If a SceneNode that defines a ModelVisual3D is not found, then null is returned.
(Defined by Extensions) | |
GetVisual3D |
Returns a WPF's Visual3D that was used to create the specified sceneNode or any parent SceneNode (in case searchParentSceneNodes is true).
If a SceneNode that defines a Visual3D is not found, then null is returned.
(Defined by Extensions) |