-RootSceneNode        
Print

A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | 0-9


RootSceneNode - In Ogre, SceneNodes are created in a hierarchy manner. Every -SceneNode needs a parent -SceneNode to be shown inside of a scene. Not really every because then the hierarchy-tree would've been infinite. That's where the RootSceneNode word comes in. It's the most parent -SceneNode in each -SceneManager (every -SceneManager has exactly one -SceneNode which is the root) and it has no parent! It's like the god of all SceneNodes.

For an other point of view the -SceneManager is comparably to the parent of the root. Note that RootSceneNode is just a word, the RootSceneNode is actually a normal -SceneNode except it does not have a parent -SceneNode, hence the prefix 'Root'.

Note: You can create SceneNodes which has no parent, but in this case they aren't inside of scene until it they will be attached to an other SceneNode.

SceneNodes.png


A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | 0-9


 


Contributors to this page: jacmoe133512 points  and Beauty10198 points  .
Page last modified on Friday 08 of January, 2010 00:26:25 UTC by jacmoe133512 points .


The content on this page is licensed under the terms of the Creative Commons Attribution-ShareAlike License.
As an exception, any source code contributed within the content is released into the Public Domain.