jogl.disable.opengles

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

jogl.disable.opengles

runiter
Curious, does disabling "jogl.disable.opengles" affect performance in anyways?
I noticed that less dll files are loaded when I disable it, so should I always disable it for desktop applications to improve load time and memory?
Saeid Nourian, Ph.D. Eng. | Graphing Calculator 3D
Reply | Threaded
Open this post in threaded view
|

Re: jogl.disable.opengles

gouessej
Administrator
Hi

If you don't want to use ANGLE in desktop environments, just disable it like me.
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: jogl.disable.opengles

runiter
I'm not sure what ANGLE but I personally don't use it, should I? Is it even supported in Java3D?
From what I just read it seem to translate OpenGL to Direct3D? Why would anyone want to do that?
Saeid Nourian, Ph.D. Eng. | Graphing Calculator 3D
Reply | Threaded
Open this post in threaded view
|

Re: jogl.disable.opengles

gouessej
Administrator
It's supported by JOGL but Java3D doesn't support OpenGL-ES anyway.

ANGLE can be useful for end users who have no OpenGL driver installed under Windows.
Julien Gouesse | Personal blog | Website