mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-10-02 09:31:12 -04:00
Remove outdated comments
This commit is contained in:
parent
c3e0398d1c
commit
8d4b32166c
@ -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…
x
Reference in New Issue
Block a user