Home
last modified time | relevance | path

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

/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreBillboardChain.cpp80 mOtherTexCoordRange[0] = 0.0f; in BillboardChain()
81 mOtherTexCoordRange[1] = 1.0f; in BillboardChain()
206 mOtherTexCoordRange[0] = start; in setOtherTextureCoordRange()
207 mOtherTexCoordRange[1] = end; in setOtherTextureCoordRange()
584 *pFloat++ = mOtherTexCoordRange[0]; in updateVertexBuffer()
588 *pFloat++ = mOtherTexCoordRange[0]; in updateVertexBuffer()
615 *pFloat++ = mOtherTexCoordRange[1]; in updateVertexBuffer()
619 *pFloat++ = mOtherTexCoordRange[1]; in updateVertexBuffer()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreBillboardChain.cpp88 mOtherTexCoordRange[0] = 0.0f; in BillboardChain()
89 mOtherTexCoordRange[1] = 1.0f; in BillboardChain()
217 mOtherTexCoordRange[0] = start; in setOtherTextureCoordRange()
218 mOtherTexCoordRange[1] = end; in setOtherTextureCoordRange()
586 *pFloat++ = mOtherTexCoordRange[0]; in updateVertexBuffer()
590 *pFloat++ = mOtherTexCoordRange[0]; in updateVertexBuffer()
617 *pFloat++ = mOtherTexCoordRange[1]; in updateVertexBuffer()
621 *pFloat++ = mOtherTexCoordRange[1]; in updateVertexBuffer()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreBillboardChain.h177 virtual const Real* getOtherTextureCoordRange(void) const { return mOtherTexCoordRange; } in getOtherTextureCoordRange()
314 Real mOtherTexCoordRange[2]; variable
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreBillboardChain.h177 virtual const Real* getOtherTextureCoordRange(void) const { return mOtherTexCoordRange; } in getOtherTextureCoordRange()
315 Real mOtherTexCoordRange[2]; variable