In the lastest cvs of OSG, PointSprite doesn't compile :
gmake[2]: Entering directory
`/home/users/biv/research/externalAPIs/OSG/OpenSceneGraph/src/osg'
gmake[3]: Entering directory
`/home/users/biv/research/externalAPIs/OSG/OpenSceneGraph/src/osg/Linux32.Opt'
g++  -O2 -W -Wall -fPIC -pipe -DOSG_LIBRARY -I../../../include
-I/home/users/biv/research/externalAPIs/OSG/OpenThreads/include
-I/home/users/biv/research/externalAPIs/OSG/Producer/include  -c 
../PointSprite.cpp
In file included from ../PointSprite.cpp:16:
./../../include/osg/PointSprite:62: error: `GL_UPPER_LEFT' was not declared in
this scope
./../../include/osg/PointSprite:62: error: enumerator value for `UPPER_LEFT'
not integer constant
./../../include/osg/PointSprite:64: error: `GL_LOWER_LEFT' was not declared in
this scope
./../../include/osg/PointSprite:64: error: enumerator value for `LOWER_LEFT'
not integer constant

gmake: *** [default] Error 1

Basically, with the newest GL drivers from Nvidia (96.29) supporting gl 2.1
GL_ARB_point_sprite is defined but the constants in PointSprite are not. Any
suggestions?
biv



_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to