Folks, This is a really odd one that I just can't work out. I've got a bunch of geometry classes that extend Shape3D. I can compile and create the classes no problems. However, when I attempt to add an instance of *some* of them to a Group node I get the verify error. Unfortunately there isn't even a stacktrace to know exactly what the problem is. It just says there is an incompatible argument to function. Apart from the constructor, I only have two methods: public void setDimensions(float, float); public void setFacetCount(int, int); The strange thing is that not all the classes that barf have this signature count either. Anyone got any ideas on what to do about this? -- Justin Couch http://www.vlc.com.au/~justin/ Freelance Java Consultant http://www.yumetech.com/ Author, Java 3D FAQ Maintainer http://www.j3d.org/ ------------------------------------------------------------------- "Humanism is dead. Animals think, feel; so do machines now. Neither man nor woman is the measure of all things. Every organism processes data according to its domain, its environment; you, with all your brains, would be useless in a mouse's universe..." - Greg Bear, Slant ------------------------------------------------------------------- =========================================================================== 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".
