Home
last modified time | relevance | path

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

/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/Terrain/src/
H A DOgreTerrainMaterialGeneratorA.cpp679 updateVpParams(prof, terrain, RENDER_COMPOSITE_MAP, p->getVertexProgramParameters()); in updateParams()
685 updateVpParams(prof, terrain, HIGH_LOD, p->getVertexProgramParameters()); in updateParams()
692 updateVpParams(prof, terrain, LOW_LOD, p->getVertexProgramParameters()); in updateParams()
698 void TerrainMaterialGeneratorA::SM2Profile::ShaderHelper::updateVpParams( in updateVpParams() function in Ogre::TerrainMaterialGeneratorA::SM2Profile::ShaderHelper
/dports/graphics/ogre3d/ogre-1.11.6/Components/Terrain/src/
H A DOgreTerrainMaterialGeneratorA.cpp675 updateVpParams(prof, terrain, RENDER_COMPOSITE_MAP, p->getVertexProgramParameters()); in updateParams()
681 updateVpParams(prof, terrain, HIGH_LOD, p->getVertexProgramParameters()); in updateParams()
688 updateVpParams(prof, terrain, LOW_LOD, p->getVertexProgramParameters()); in updateParams()
694 void ShaderHelper::updateVpParams( in updateVpParams() function in Ogre::ShaderHelper
H A DOgreTerrainMaterialShaderHelpers.h63 …virtual void updateVpParams(const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, cons…
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/Terrain/include/
H A DOgreTerrainMaterialGeneratorA.h185 …virtual void updateVpParams(const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, cons…