On 9/15/2012 8:23 AM, Peterakos wrote:
Hello.

The example osgsimplegl3 sets glcontext version to 3.1.

I load cow.osg and i get the following warnings :
warning: texgen::apply not supported
warning: material::apply not supported

Do a web search on the text of the error messages to see previous discussion on this topic.

When i set version to 3.2  the cow model is not rendered and i get the
previous warnings plus the following :
Warning: detected opengl error "invalid enumerant" at after 
RenderBin::draw(...).

Don't know; osgsimplegl3 was written as a GL v3.1 example, so you'll have to look into this error as you would any OpenGL invalid enum error in OSG.

If you are setting the forward compatible flag, try turning that off and see if it makes a difference.
   -Paul


_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to