Home
last modified time | relevance | path

Searched refs:getPointAttenuationLinear (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/MaterialEditor/MaterialEditor/src/
H A DPassPropertyGridPage.cpp132 …dIn(mAttenuationId, wxFloatProperty(wxT("Linear"), wxPG_LABEL, pass->getPointAttenuationLinear())); in createPointCategory()
387 pass->getPointAttenuationConstant(), pass->getPointAttenuationLinear(), in propertyChanged()
402 (Real)event.GetPropertyValueAsDouble(), pass->getPointAttenuationLinear(), in propertyChanged()
416 pass->getPointAttenuationConstant(), pass->getPointAttenuationLinear(), in propertyChanged()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgrePass.h502 Real getPointAttenuationLinear(void) const;
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgrePass.h469 Real getPointAttenuationLinear(void) const;
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreMaterialSerializer.cpp481 pPass->getPointAttenuationLinear() != 1.0 || in writePass()
485 writeValue(StringConverter::toString(pPass->getPointAttenuationLinear())); in writePass()
H A DOgrePass.cpp376 Real Pass::getPointAttenuationLinear(void) const in getPointAttenuationLinear() function in Ogre::Pass
H A DOgreSceneManager.cpp1074 pass->getPointAttenuationLinear(), in _setPass()
1084 pass->getPointAttenuationConstant(), pass->getPointAttenuationLinear(), in _setPass()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgrePass.cpp525 Real Pass::getPointAttenuationLinear(void) const in getPointAttenuationLinear() function in Ogre::Pass
H A DOgreMaterialSerializer.cpp4033 pPass->getPointAttenuationLinear() != 1.0 || in writePass()
4037 writeValue(StringConverter::toString(pPass->getPointAttenuationLinear())); in writePass()
H A DOgreSceneManager.cpp1138 pass->getPointAttenuationLinear(), in _setPass()