Home
last modified time | relevance | path

Searched refs:useColours (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreBillboardChain.h117 bool useTextureCoords = true, bool useColours = true, bool dynamic = true);
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreBillboardChain.h117 bool useTextureCoords = true, bool useColours = true, bool dynamic = true);
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreRibbonTrail.cpp52 size_t numberOfChains, bool useTextureCoords, bool useColours) in RibbonTrail() argument
53 :BillboardChain(name, maxElements, 0, useTextureCoords, useColours, true), in RibbonTrail()
H A DOgreBillboardChain.cpp59 size_t numberOfChains, bool useTextureCoords, bool useColours, bool dynamic) in BillboardChain() argument
64 mUseVertexColour(useColours), in BillboardChain()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreRibbonTrail.cpp55 size_t numberOfChains, bool useTextureCoords, bool useColours) in RibbonTrail() argument
56 :BillboardChain(name, maxElements, 0, useTextureCoords, useColours, true), in RibbonTrail()
H A DOgreBillboardChain.cpp67 size_t numberOfChains, bool useTextureCoords, bool useColours, bool dynamic) in BillboardChain() argument
72 mUseVertexColour(useColours), in BillboardChain()