Hi,
Quick question for the Xith experts:
I want to use a MultiPassView to draw in both Perspective and Parallele view (view for the scene and the hud). When I check the java doc for the MultiPassView constructor, I find:
MultiPassView(BranchGroup sceneGraph)
Creates a new MultiPassView associating the given Locale with it.
But when I check, Locale is not a BranchGroup. They are both nodes, but thats about where there common ancestry ends. Im confused.
Alex