Hello Andreas,

Andreas Halm wrote:
> There is a slight problem using PointChunk on ATI cards – it only 
> supports GL_POINT_SPRITE_NV. Although the ids and the whole code are the 
> same, I guess it only tests for the NV extension instead of using the 
> ARB one (or testing against OpenGL 2.0).

unfortunately the extensions are not quite the same, the ARB extension 
does not support:
glPointParameterf(GL_POINT_SPRITE_R_MODE_NV, Real32(getRMode()));

So we only set that if additionally the NV extension is available.

> Same problem with using GL_COORD_REPLACE in the TextureEnvChunk.

ok, fixed both in r2413.

        Cheers,
                Carsten

------------------------------------------------------------------------------
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to