Refactored osgTerrain so that the interface for setting up layer is more straight forward, and added support into GeometryTechnique for handling multiple layers

This commit is contained in:
Robert Osfield
2008-02-22 11:52:23 +00:00
parent 6516bf4910
commit 67f1503c7d
22 changed files with 819 additions and 456 deletions

View File

@@ -19,8 +19,7 @@ using namespace osg;
//
// TransferFunction base class
//
TransferFunction::TransferFunction():
_textureUnit(-1)
TransferFunction::TransferFunction()
{
}