I am using 6 outer surfaces of a NURBS volume to create a volumetric view.
Using the default renderer and ofEnableDepthTest() Invisible lines are not drawn as expected.
However if I switch to ofGLProgrammableRenderer, ofEnableDepthTest has no effect.
I am using VS2012 on Windows 8.1
As an OpenGL beginner I was wondering if there were any other steps to make ofEnableDepthTest and ofGLProgrammableRenderer work.
Any advice is appreciated.
can you post some images? depth testing is activated with the same call using the programmable renderer so it might be something else. are you drawing using alpha?