Hi Michael > > As far as I know now. Unfortunately Java3D doesn't provide ColorMasks as > > in OpenGL glColorMask (something which I would like to see, too) But I'm > > afraid we have to wait till 1.4 to see this feature. > > a ColorMask would be great, but perhaps it isn't needed. I 'only' want to > draw some geometry into an OffscreenCanvas and and the rest into an
Well if you have objects which are either complete opaque or either complete non-opaque you could do some sorting appending of the transparencyAttributes unfortunately this won't work in retained mode or it's very hard as you need to know when rendering is going on or is done. EOF, J.D. -- Explore SRT with the help of Java3D (http://wwwvis.informatik.uni-stuttgart.de/relativity/minkowski) (http://www.antiflash.net/java3d/relativity (mirror) =========================================================================== 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".
