Hello and thanks for all your help Results
I haven't got Jeremy's method to work I believe the problem is that I have all my data packed into a single geometry array, therefore no effectibe sorting. I did however get Alans code to work. RenderingAttributes ra = new RenderingAttributes(); ra. setAlphaTestFunction( RenderingAttributes.NOT_EQUAL); ra.setAlphaTestValue(0.0f); appearance.setRenderingAttributes(ra); But can objects be shaded using Alans method ? 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".
