Christian Schnabl wrote:
I've got problems with transparency. during rotating an object that has parts of it 
transparent, these parts suddenly loose their transparency and start to loose their 
culling. looks like they are turned inside out.
could be a normal flip?
thanks in advance,
chris

===========================================================================
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".

Hi try turning back face cull off, back face normal flipping on for the transparent objects, and transparency sorting on generally

see:
  PolygonAttributes.setBackFaceNormalFlip
  PolygonAttributes.setCullFace

and

View.setTransparencySortingPolicy

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".

Reply via email to