Home
last modified time | relevance | path

Searched refs:numSubMeshes (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreEntity.cpp1474 size_t i, numSubMeshes; in buildSubEntityList() local
1476 numSubMeshes = mesh->getNumSubMeshes(); in buildSubEntityList()
1477 for (i = 0; i < numSubMeshes; ++i) in buildSubEntityList()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreEntity.cpp1407 unsigned short i, numSubMeshes; in buildSubEntityList() local
1409 numSubMeshes = mesh->getNumSubMeshes(); in buildSubEntityList()
1410 for (i = 0; i < numSubMeshes; ++i) in buildSubEntityList()