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 see the Appearance.
I also don't see the Appearance if I do:
Box redbox = new Box(.3f,.3f,.3f, Box.ENABLE_GEOMETRY_PICKING |
Box.ENABLE_APPEARANCE_MODIFY,ap0);
redbox.setAppearance(ap0);
Thanks--
Alex
===========================================================================
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".