Removed ParallelSplitShadowMap as its currently a non op.

This commit is contained in:
Robert Osfield
2007-06-13 09:56:12 +00:00
parent 938ab8b59f
commit 7016db5f26
11 changed files with 5 additions and 179 deletions

View File

@@ -51,7 +51,6 @@ static const char fragmentShaderSource_withBaseTexture[] =
ShadowMap::ShadowMap():
_textureUnit(1)
{
osg::notify(osg::NOTICE)<<"Warning: osgShadow::ShadowMap technique is in development."<<std::endl;
}
ShadowMap::ShadowMap(const ShadowMap& copy, const osg::CopyOp& copyop):