depth-order problem with some geometry
Posted by
mcneillk on
Jan 24, 2015; 6:02pm
URL: https://forum.jogamp.org/depth-order-problem-with-some-geometry-tp4033912.html
Some geometry doesn't render correctly with respect to depth. I have inserted two screenshots, one taken with the old ogl bindings, the other taken with jogl bindings, (2.2.4, latest stable). The grid in the images is a line array. As you can see, with the jogl bindings, the line array is seen through the ball, meaning the line array seems to be drawn always "on top".
OGL bindings:

JOGL bindings