Added GeometryTechinque to osgTerrain. Added usage of GeometryTechnique into osgterrain example

Added --width and --height command line options to osgdistortion to allow users
to control the window size.
This commit is contained in:
Robert Osfield
2007-03-21 16:34:04 +00:00
parent 2b52de5e9c
commit 541c3f13e9
19 changed files with 386 additions and 53 deletions

View File

@@ -24,7 +24,8 @@
#undef OUT
#endif
BEGIN_VALUE_REFLECTOR(osg::TransferFunction)
BEGIN_OBJECT_REFLECTOR(osg::TransferFunction)
I_BaseType(osg::Referenced);
I_Constructor0(____TransferFunction,
"",
"");