Hi, When working with osg-3.0.1 built with opengl-3.x (on android with opengl-es-2.0) support, many of the models cause a severe number of notifications, which was not a problem with showing in osg-3.0.1 compiled with the legacy fixed pipeline functionality. I know the differences between opengl-3.0 core profile and the fixed pipeline and also have been able to reduce the number of these notifications by editing my osg-files (removing stuff related to old fixed function pipeline features) as much as possible but I have not been able to do so for some other features. It can also take considerable time to do this by hand.
Is there a method or utility (maybe some visitor) inside osg that can modify the models so that the rendered model is consistent with opengl-3.x and opengl-es2.0 features, and that these notifications are disabled? Thank you! Cheers, deniz ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=55989#55989 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

