Home
last modified time | relevance | path

Searched refs:setStartLight (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/MaterialEditor/MaterialEditor/src/
H A DPassController.cpp279 void PassController::setStartLight(unsigned short startLight) in setStartLight() function in PassController
281 mPass->setStartLight(startLight); in setStartLight()
H A DPassPropertyGridPage.cpp470 mController->setStartLight(event.GetPropertyValueAsInt()); in propertyChanged()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/MaterialEditor/MaterialEditor/include/
H A DPassController.h96 void setStartLight(unsigned short startLight);
/dports/games/openmw/openmw-openmw-0.47.0/components/sceneutil/
H A Dlightmanager.hpp150 void setStartLight(int start);
H A Dlightmanager.cpp1113 void LightManager::setStartLight(int start) in setStartLight() function in SceneUtil::LightManager
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgrePass.h911 void setStartLight(unsigned short startLight);
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgrePass.h840 void setStartLight(unsigned short startLight);
/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/view/render/
H A Dscenewidget.cpp74 lightMgr->setStartLight(1); in RenderWidget()
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwrender/
H A Dcharacterpreview.cpp179 lightManager->setStartLight(1); in CharacterPreview()
H A Drenderingmanager.cpp230 sceneRoot->setStartLight(1); in RenderingManager()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgrePass.cpp945 void Pass::setStartLight(unsigned short startLight) in setStartLight() function in Ogre::Pass
H A DOgreScriptTranslator.cpp2028 mPass->setStartLight(static_cast<uint16>(uival)); in translate()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgrePass.cpp1101 void Pass::setStartLight(unsigned short startLight) in setStartLight() function in Ogre::Pass
H A DOgreMaterialSerializer.cpp560 context.pass->setStartLight((ushort)StringConverter::parseInt(params)); in parseStartLight()
H A DOgreScriptTranslator.cpp2037 mPass->setStartLight(static_cast<unsigned short>(val)); in translate()
/dports/graphics/ogre3d/ogre-1.11.6/Docs/src/
H A Dmaterial-scripts.md718 @copydetails Ogre::Pass::setStartLight