Home
last modified time | relevance | path

Searched refs:getLodStrategy (Results 1 – 21 of 21) sorted by relevance

/dports/graphics/ogre3d/ogre-1.11.6/Tests/OgreMain/src/
H A DMeshSerializerTests.cpp358 …(version < MESH_VERSION_1_4 || (a->getLodStrategy() == DistanceLodBoxStrategy::getSingletonPtr() && in assertMeshClone()
359 …b->getLodStrategy() == DistanceLodBoxStrategy::getSingletonPtr())))) { // Lod Strategy only suppor… in assertMeshClone()
362 EXPECT_TRUE(a->getLodStrategy() == b->getLodStrategy()); in assertMeshClone()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreMaterial.h643 const LodStrategy *getLodStrategy() const;
H A DOgreMesh.h1001 const LodStrategy *getLodStrategy() const;
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreMaterial.h643 const LodStrategy *getLodStrategy() const;
H A DOgreMesh.h939 const LodStrategy *getLodStrategy() const;
/dports/graphics/ogre3d/ogre-1.11.6/Components/MeshLodGenerator/src/
H A DOgreMeshLodGenerator.cpp98 usage.value = lodConfig.mesh->getLodStrategy()->transformUserValue(usage.userValue); in _configureMeshLodUsage()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreEntity.cpp375 const LodStrategy *meshStrategy = mMesh->getLodStrategy(); in _notifyCurrentCamera()
417 const LodStrategy *materialStrategy = material->getLodStrategy(); in _notifyCurrentCamera()
1457 mMeshLodFactorTransformed = mMesh->getLodStrategy()->transformBias(factor); in setMeshLodBias()
1465 mMaterialLodFactorTransformed = mMesh->getLodStrategy()->transformBias(factor); in setMaterialLodBias()
H A DOgreMeshSerializerImpl.cpp1204 const LodStrategy *strategy = pMesh->getLodStrategy(); in writeLodLevel()
1295 size += calcStringSize(pMesh->getLodStrategy()->getName()); // string strategyName; in calcLodLevelSize()
2772 …size += calcStringSize(compatibleLodStrategyName(pMesh->getLodStrategy()->getName())); // string s… in readEdgeList()
2848 writeString(compatibleLodStrategyName(pMesh->getLodStrategy()->getName())); in readEdgeList()
3346 … if (isLodMixed(pMesh) || pMesh->getLodStrategy() != DistanceLodBoxStrategy::getSingletonPtr()) { in readEdgeList()
3376 } else if (pMesh->getLodStrategy() != DistanceLodBoxStrategy::getSingletonPtr()) { in readEdgeList()
H A DOgreMaterial.cpp832 const LodStrategy *Material::getLodStrategy() const in getLodStrategy() function in Ogre::Material
H A DOgreStaticGeometry.cpp730 const LodStrategy *lodStrategy = qmesh->submesh->parent->getLodStrategy(); in assign()
1306 const LodStrategy *materialLodStrategy = mMaterial->getLodStrategy(); in addRenderables()
H A DOgreMesh.cpp69 lod.value = getLodStrategy()->getBaseValue(); in Mesh()
2511 const LodStrategy *Mesh::getLodStrategy() const in getLodStrategy() function in Ogre::Mesh
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreEntity.cpp401 const LodStrategy *meshStrategy = mMesh->getLodStrategy(); in _notifyCurrentCamera()
442 const LodStrategy *materialStrategy = material->getLodStrategy(); in _notifyCurrentCamera()
1389 mMeshLodFactorTransformed = mMesh->getLodStrategy()->transformBias(factor); in setMeshLodBias()
1398 mMaterialLodFactorTransformed = mMesh->getLodStrategy()->transformBias(factor); in setMaterialLodBias()
H A DOgreMaterial.cpp837 const LodStrategy *Material::getLodStrategy() const in getLodStrategy() function in Ogre::Material
H A DOgreStaticGeometry.cpp750 const LodStrategy *lodStrategy = qmesh->submesh->parent->getLodStrategy(); in assign()
1332 const LodStrategy *materialLodStrategy = mMaterial->getLodStrategy(); in addRenderables()
H A DOgreMesh.cpp2196 const LodStrategy *Mesh::getLodStrategy() const in getLodStrategy() function in Ogre::Mesh
2232 lod.value = getLodStrategy()->transformUserValue(lod.userValue); in _configureMeshLodUsage()
H A DOgreInstancedGeometry.cpp1172 const LodStrategy *lodStrategy = qmesh->submesh->parent->getLodStrategy(); in assign()
1635 const LodStrategy *materialLodStrategy = mMaterial->getLodStrategy(); in addRenderables()
H A DOgreMeshSerializerImpl.cpp1168 const LodStrategy *strategy = pMesh->getLodStrategy(); in writeLodInfo()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/XMLConverter/src/
H A DOgreXMLMeshSerializer.cpp1440 const LodStrategy *strategy = pMesh->getLodStrategy(); in writeLodInfo()
1666 usage.value = mMesh->getLodStrategy()->transformUserValue(usage.userValue); in readLodUsageManual()
1691 usage.value = mMesh->getLodStrategy()->transformUserValue(usage.userValue); in readLodUsageGenerated()
/dports/graphics/ogre3d/ogre-1.11.6/Tools/XMLConverter/src/
H A DOgreXMLMeshSerializer.cpp1481 const LodStrategy *strategy = pMesh->getLodStrategy(); in writeLodInfo()
1701 usage.value = mMesh->getLodStrategy()->transformUserValue(usage.userValue); in readLodUsageManual()
1734 usage.value = mMesh->getLodStrategy()->transformUserValue(usage.userValue); in readLodUsageGenerated()
/dports/graphics/ogre3d/ogre-1.11.6/Components/Terrain/src/
H A DOgreTerrainQuadTreeNode.cpp1268 const LodStrategy *materialStrategy = material->getLodStrategy(); in calculateCurrentLod()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/Terrain/src/
H A DOgreTerrainQuadTreeNode.cpp1269 const LodStrategy *materialStrategy = material->getLodStrategy(); in calculateCurrentLod()