This looks like a bug. Can you send the test case to
[EMAIL PROTECTED]
Thanks,
Doug.
>Subject: [JAVA3D] Group nested in OrderedGroup
>To: [EMAIL PROTECTED]
>MIME-version: 1.0
>Delivered-to: [EMAIL PROTECTED]
>
>Hi folks !
>
>is there a reason why Groups can not be neste
Hi folks !
is there a reason why Groups can not be nested inside an OrderedGroup, or a
DecalGroup ?
what I want to to is:
Group checkerBoard = new Group();
checkerBoard .addChild(createPlane(...));
checkerBoard .addChild(createPlane(...));
...
checkerBoard .addChild(crea