Re: [JAVA3D] Possible bug in Box class

2001-08-28 Thread Kelvin Chung
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

[JAVA3D] Possible bug in Box class

2001-08-28 Thread Alejandro Terrazas
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