OpenSceneGraph/examples/osgshaders
2006-08-02 19:55:03 +00:00
..
GL2Scene.cpp Updated copyright years. 2006-07-18 15:21:48 +00:00
GL2Scene.h Updated copyright years. 2006-07-18 15:21:48 +00:00
GNUmakefile From Mike Weiblen, ported osgshaders example from osgGL2 to core osg based. 2005-04-07 20:20:09 +00:00
GNUmakefile.inst From Mike Weiblen, ported osgshaders example from osgGL2 to core osg based. 2005-04-07 20:20:09 +00:00
Noise.cpp From Mike Weiblen, added \n newlines to inline shader program strings. 2005-05-02 09:34:27 +00:00
Noise.h From Mike Weiblen, updates to osgGL2 to support Uniform values 2003-10-05 11:30:54 +00:00
osgshaders.cpp Added viewer.cleanup_frame() to all examples. 2006-08-02 19:55:03 +00:00
README.txt From Mike Weiblen, ported osgshaders example from osgGL2 to core osg based. 2005-04-07 20:20:09 +00:00

osgglsl/README.txt - mike.weiblen@3dlabs.com - 2005-03-30
Copyright 2005 3Dlabs Inc.

osgglsl began as a port of the old osgshaders example from the deprecated
osgGL2 classes to the new core GLSL classes (osg::Program, osg::Shader).

This app preserves the dynamically changing Uniforms of the original version,
but uses the new osg::Uniform classes.