Created new osg2cpp utility that creates .cpp files from source shaders that can be included directly in application code, see osgvolume for an example.

This commit is contained in:
Robert Osfield
2008-09-25 14:39:57 +00:00
parent 134a2e69a0
commit 8c276a0b5e
2 changed files with 108 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
SET(TARGET_SRC
osg2cpp.cpp
)
#### end var setup ###
SETUP_APPLICATION(osg2cpp)