Hi Robert, I got a compile error on the debug version of the gles plugin in the 3.4 branch, OpenSceneGraph\src\osgPlugins\gles\forsythtriangleorderoptimizer.cpp(138): error C2065: 's_vertexScoresComputed' : undeclared identifier
After examening the code I think the s_vertexCacheScores and s_vertexValenceScores arrays are used while not initialized, due to a pair of "#if 0" lines. These are not in the git head branch, so i suggest to use the version in git-head in the 3.4 branch as well. Regards, Laurens.
_______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
