"Kim JongBum" writes: > hi. > > i implemented an application by using OSG. > > But i wonder that is it possible to turn OSG into OpenGL language? > > is there easy way or a program to do it?
No, there is no easy way. You could use Apitrace (https://github.com/apitrace/apitrace), run your OSG program and copy all the OpenGL commands that your program is issuing, including their arguments. Nevertheless, it would still require a lot of work to get a compilable source, depending on the complexity of your program. If you only want to replicate the output from the program, you can just replay the trace without needing OSG. -- Alberto _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

