Hi, Never mind. Solved the issue.
The shader needed to mention the GLSL version as 3.0. But these shaders can't use the 'attribute' and 'varying' keywords anymore. So for GLES, OSG's State class would have to decide whether to insert variables like gl_Vertex using the keyword 'attribute' or using 'in'. Cheers, Anish ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=61348#61348 _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
