2005-04-08 04:20:09 +08:00
|
|
|
osgglsl/README.txt - mike.weiblen@3dlabs.com - 2005-03-30
|
|
|
|
Copyright 2005 3Dlabs Inc.
|
2003-10-05 19:30:54 +08:00
|
|
|
|
2005-04-08 04:20:09 +08:00
|
|
|
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).
|
2003-10-05 19:30:54 +08:00
|
|
|
|
2005-04-08 04:20:09 +08:00
|
|
|
This app preserves the dynamically changing Uniforms of the original version,
|
|
|
|
but uses the new osg::Uniform classes.
|
2003-10-05 19:30:54 +08:00
|
|
|
|