Changeset 12398 for OpenSceneGraph/trunk/examples/osg2cpp/osg2cpp.cpp
- Timestamp:
- 05/12/11 14:28:43 (2 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/examples/osg2cpp/osg2cpp.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osg2cpp/osg2cpp.cpp
r12292 r12398 29 29 searchAndReplace(shaderSource, "\r\n", "\n"); 30 30 searchAndReplace(shaderSource, "\r", "\n"); 31 31 searchAndReplace(shaderSource, "\"", "\\\""); 32 32 33 std::string variableString = std::string("char ")+variableName+std::string("[] = "); 33 34
