Maybe it is too late for 1.3 and certainly it is non-critical, but I would personally find it useful.
I'm talking about adding simple utility method node.setInfrequentCapability(int cap). It would just call node.setCapability(cap); node.clearCapabilityIsFrequent(cap); 90% of capabilities I set are infrequent (non-frequent ? english sometimes puzzles me...). This simple method means cutting verbosity of some code in half. Of course I can use my own static utility method, but it would be a lot 'cleaner' if it would just be a method of Node. Only one, quite simple... Artur =========================================================================== 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".
