Hello, im using OpenSceneGraph for the past 2 days. Well, i would be needing it mostly for terrain rendering.
i was wondering if i can use OSG with some low level gl functions? What i mean is, say im using OpenSceneGraph. Now i want to use some gl functions, can i use both together. something like this: Code: /* Use gl functions, build the projection matrix */ .. .. /* Now build the modelview matrix */ .. .. /* Now i build some scene using OSG */ .. .. /* gl functions to render */ .. Can i use this approach. i would like to use the lower level flexibility + the ease with higher level APIs. Is this possible? This is exactly like the question asked here: http://www.mail-archive.com/[email protected]/msg12497.html Thanks, Mukund ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=35897#35897 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

