In java3d API of com.sun.j3d.utils.geometry.Triangulator, three constants EARS_SEQUENCE, EARS_RANDOM and EARS_SORTED have been documented, which could be used for the constructor of Triangulator(int earOrder). My problem is, where are these constants defined or what are the values of these constants? I have tried in the way of Triangulator(Triangulator.EARS_RANDOM); it does not compiled. =========================================================================== 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".
