Re: Depth Test disabled!
Posted by
gouessej on
Sep 13, 2011; 1:41pm
URL: https://forum.jogamp.org/Depth-Test-disabled-tp3329773p3332630.html
Hi
In Ardor3D, in the class JoglCapabilities (or something like this), there is a constant called _maxFboSamples which contains the interesting value for you. If your Intel driver returns the wrong value, I will show you a way of overriding this mechanism as I did in my case (a particular driver was returning too big a value of texture size). In my humble opinion, Ardor3D should not allow you to use a value greater than the max samples value; if there is a missing check, it is rather a bug in Ardor3D.