mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-28 13:41:34 +00:00
Remove outdated comments
This commit is contained in:
parent
c3e0398d1c
commit
8d4b32166c
1 changed files with 0 additions and 8 deletions
|
@ -216,14 +216,6 @@ namespace MWRender
|
|||
SceneUtil::MWShadow* tech = new SceneUtil::MWShadow();
|
||||
shadowedScene->setShadowTechnique(tech);
|
||||
|
||||
/*tech->setMaxFarPlane(0);
|
||||
tech->setTextureSize(osg::Vec2s(mapres, mapres));
|
||||
tech->setShadowTextureCoordIndex(1);
|
||||
tech->setShadowTextureUnit(1);
|
||||
tech->setBaseTextureCoordIndex(0);
|
||||
tech->setBaseTextureUnit(0);*/
|
||||
|
||||
//mRootNode->addChild(sceneRoot);
|
||||
shadowedScene->addChild(sceneRoot);
|
||||
mRootNode->addChild(shadowedScene);
|
||||
|
||||
|
|
Loading…
Reference in a new issue