Hi All,
 
I am aware that OpenGL provides a certain performance enhancement feature called "DEPTH TEST", where it tests if the pixel to be drawn has already been drawn and has a depth greater than that which is already drawn.  How do we enable the same OpenGL state variable in Java3D?
 
Regards
Ranjan

Reply via email to