Found the answer (in the Archive, as it turns out). Changing
Box box = new Box(0.2f, 0.2f, 0.2f, app);
box.setCapability(Primitive.ENABLE_APPEARANCE_MODIFY);
to
Box box = new Box(0.2f, 0.2f, 0.2f,
Primitive.ENABLE_APPEARANCE_MODIFY,
app);
got rid of the error. Amazing, but WHY? Why doesn't setCapability
work as expected?
KJ
===========================================================================
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".