I've tried using the PolygonAttributes function setBackFaceFlip(true), but that did nothing. Similarly, switching the flag of my object loader to ObjectFile.REVERSE had no effect. Any other suggestions on how I can flip the normals on my model?
- Michael
PolygonAttributes.setBackFaceNormalFlip(true) worked for me, but I did use it along with PolygonAttributes.setCullFace(CULL_NONE).
HTH
Jeremy
--
Homepage: http://www.computerbooth.com/ Code page: http://www.newdawnsoftware.com/
=========================================================================== 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".