Searched refs:getPointAttenuationLinear (Results 1 – 9 of 9) sorted by relevance
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/MaterialEditor/MaterialEditor/src/ |
H A D | PassPropertyGridPage.cpp | 132 …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 D | OgrePass.h | 502 Real getPointAttenuationLinear(void) const;
|
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/ |
H A D | OgrePass.h | 469 Real getPointAttenuationLinear(void) const;
|
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/ |
H A D | OgreMaterialSerializer.cpp | 481 pPass->getPointAttenuationLinear() != 1.0 || in writePass() 485 writeValue(StringConverter::toString(pPass->getPointAttenuationLinear())); in writePass()
|
H A D | OgrePass.cpp | 376 Real Pass::getPointAttenuationLinear(void) const in getPointAttenuationLinear() function in Ogre::Pass
|
H A D | OgreSceneManager.cpp | 1074 pass->getPointAttenuationLinear(), in _setPass() 1084 pass->getPointAttenuationConstant(), pass->getPointAttenuationLinear(), in _setPass()
|
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/ |
H A D | OgrePass.cpp | 525 Real Pass::getPointAttenuationLinear(void) const in getPointAttenuationLinear() function in Ogre::Pass
|
H A D | OgreMaterialSerializer.cpp | 4033 pPass->getPointAttenuationLinear() != 1.0 || in writePass() 4037 writeValue(StringConverter::toString(pPass->getPointAttenuationLinear())); in writePass()
|
H A D | OgreSceneManager.cpp | 1138 pass->getPointAttenuationLinear(), in _setPass()
|