77b8962bcc
Introduced a new shader composition example based on the new #pragama and #define based GLSL shader/osg::StateSet::setDefine() functionality now built into the core OSG. git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14692 16af8721-9629-0410-8352-f15c8da7e697
7 lines
112 B
CMake
7 lines
112 B
CMake
SET(TARGET_SRC
|
|
oldshadercomposition.cpp
|
|
osgshadercomposition.cpp
|
|
)
|
|
|
|
SETUP_EXAMPLE(osgshadercomposition)
|