mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-12-16 07:43:05 +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();
|
SceneUtil::MWShadow* tech = new SceneUtil::MWShadow();
|
||||||
shadowedScene->setShadowTechnique(tech);
|
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);
|
shadowedScene->addChild(sceneRoot);
|
||||||
mRootNode->addChild(shadowedScene);
|
mRootNode->addChild(shadowedScene);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue