Re: Current Java3D plans
Posted by
Sven Gothel on
Feb 10, 2012; 7:30pm
URL: https://forum.jogamp.org/Current-Java3D-plans-tp3728211p3733473.html
On 02/10/2012 07:09 PM, gouessej [via jogamp] wrote:
>
>
> I disagree only with the 5th point. I have just ported the source code, CG
> things could be easily removed. However, I don't want to drop OpenGL 1.3
> support. I won't contribute if you plan to do so. I don't program only for
> people who can afford a nice graphics card, I still use JOGL 2 on machines
> supporting OpenGL 1.3.
Ok .. so we can have 2 JOGL backends:
a - OpenGL < 2.0
- supports non shader hardware/driver, if this is possible
b - OpenGL > 2.0, GLES 2.0, etc
- supports shader only hardware/driver
- implements everything w/ GL2ES2, hence shader only
how about that ?
Shure, we don't need to drop the OpenGL 1.3 capable backend,
agreed.
~Sven