1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-29 22:20:33 +00:00

Remove outdated comments

This commit is contained in:
AnyOldName3 2017-12-27 02:35:25 +00:00
parent c3e0398d1c
commit 8d4b32166c

View File

@ -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);