|
This post was updated on .
The javadoc for javax.media.j3d.Behavior explains that the lower nodes are executed
earlier than the higher nodes, if I am accurate.
Is this exactly the same, in terms of priority, for javax.media.j3d.TransformGroup nodes as well? In what order are either of these nodes executed, from the top (root)
of the scene graph to the leaf on some branch, particularly in relation to one another
if both of these types of nodes relate back to one another?
-Does the Scene Graph traverse root to leaves, top down and from left to right?
|