Re: [TextRenderer] Using depth test in 2D mode
Posted by
Djak on
Dec 17, 2010; 10:07am
URL: https://forum.jogamp.org/TextRenderer-Using-depth-test-in-2D-mode-tp2084831p2103904.html
Ok,
I tried tke mixed solution but it doesn't work.
Some texts aren't drawn. In my exemple only texts with a z of 0.8 are drawn, I really don't know why ^_^

And depth test is not done between spheres and texts :

after span, text appears front in the nearest "big" sphere :

I may gonna stay in 3D mode and compute the scaling by myself.