17:54:05 -0700
>From: Alejandro Terrazas <[EMAIL PROTECTED]>
>Subject: [JAVA3D] Possible bug in Box class
>To: [EMAIL PROTECTED]
>
>Hi-
>
>If I specify capability bits in the Box constructor, I lose the effects of
>the Appearance.
>
>For example, when I
Hi-
If I specify capability bits in the Box constructor, I lose the effects of
the Appearance.
For example, when I construct a Box with
Box box = new Box(.3f,.3f,.3f, Box.ENABLE_GEOMETRY_PICKING,ap0);
The box has no Appearance.
When I do:
Box redbox = new Box(.3f,.3f,.3f, ap0);
I se