Added very simply osgparametric example which uses an OpenGL shader program

to create an animated parametric surface.
This commit is contained in:
Robert Osfield
2005-06-20 21:10:32 +00:00
parent 34be5166ff
commit 900739bd7e
6 changed files with 349 additions and 0 deletions

View File

@@ -204,6 +204,7 @@ EXAMPLE_DIRS = \
osgmultiplecameras\
osgoccluder\
osgpagedlod\
osgparametric\
osgparticle\
osgparticleeffects\
osgpbuffer\