OpenSceneGraph/examples/osg2cpp
Robert Osfield 9bbf71b53a From Wang Rui, "A Chinese engineer (named Beilei Geng) reports a possible bug in the
osg2cpp application to me today. The conversion result may become
incorrect if there are quotation marks ( " ) in the shader file, which
will mostly appear in comment lines.

Replace all " into \" before writing to cpp files will solve the
problem, as the attached file shows."
2011-05-12 12:28:43 +00:00
..
CMakeLists.txt Created new osg2cpp utility that creates .cpp files from source shaders that can be included directly in application code, see osgvolume for an example. 2008-09-25 14:39:57 +00:00
osg2cpp.cpp From Wang Rui, "A Chinese engineer (named Beilei Geng) reports a possible bug in the 2011-05-12 12:28:43 +00:00