Added TextureUnit entry to osg::TransferFunction and osgTerrain::Layer

This commit is contained in:
Robert Osfield
2008-02-20 12:34:13 +00:00
parent c1a1f742c3
commit 6516bf4910
10 changed files with 136 additions and 63 deletions

View File

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