Home
last modified time | relevance | path

Searched refs:mInitialWidth (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreRibbonTrail.cpp180 mInitialWidth.resize(numChains, 10); in setNumberOfChains()
251 mInitialWidth[chainIndex] = width; in setInitialWidth()
261 return mInitialWidth[chainIndex]; in getInitialWidth()
386 Element newElem( newPos, mInitialWidth[index], 0.0f, in updateTrail()
482 mInitialWidth[index], 0.0f, mInitialColour[index], node->_getDerivedOrientation()); in resetTrail()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreRibbonTrail.cpp183 mInitialWidth.resize(numChains, 10); in setNumberOfChains()
254 mInitialWidth[chainIndex] = width; in setInitialWidth()
264 return mInitialWidth[chainIndex]; in getInitialWidth()
390 Element newElem( newPos, mInitialWidth[index], 0.0f, in updateTrail()
488 mInitialWidth[index], 0.0f, mInitialColour[index], node->_getDerivedOrientation()); in resetTrail()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreRibbonTrail.h206 RealList mInitialWidth; variable
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreRibbonTrail.h204 RealList mInitialWidth; variable