Hi,
I tried to implement a Skyplane using the OrderedGroup. The modifications within the SceneGraph are simple: there is one big plane (created using a flat Box-Primitive) as child of a TransformGroup which is one child of the OrderedGroup and a BranchGroup which holds a ScreneGraph with the whole world that is the other child of the OrderedGroup. So I treat it like a normal BranchGroup.
But independent from the fact if I add the plane first or the SceneGraph, I can't see any difference in my scene! The result I wanted is that the plane is always drawed first so that it appears behind of all other objects, but independend from the order I add them to the OrderedGroup that doesn't happens, it acts jut like a plain BranchGroup.
Did I forget something important here?
Michael
-- http://www.3dchat.org - Welcome To The Unreal World http://java3d.virtualworlds.de - The J3D Developers Ressource
=========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".