Home
last modified time | relevance | path

Searched refs:RQG_BatchAlpha (Results 1 – 3 of 3) sorted by relevance

/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/common/
H A DRenderConst.h17 RQG_BatchAlpha = Ogre::RENDER_QUEUE_7+4, // paged geom transparent variable
H A DSceneTrees.cpp148 grassLoader->setRenderQueueGroup(RQG_BatchAlpha); in CreateTrees()
/dports/games/stuntrally/stuntrally-2.6.1/source/paged-geom/
H A DBatchPage.cpp192 …m_pBatchGeom->setRenderQueueGroup(m_pPagedGeom ? m_pPagedGeom->getRenderQueue() : RQG_BatchAlpha);… in setFade()