Home
last modified time | relevance | path

Searched refs:terrainGroup (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/ogre3d/ogre-1.11.6/Components/Terrain/src/
H A DOgreTerrainPaging.cpp49 PagedWorld* world, TerrainGroup* terrainGroup, in createWorldSection() argument
54 … world->createSection(terrainGroup->getSceneManager(), SectionFactory::FACTORY_NAME, sectionName)); in createWorldSection()
56 ret->init(terrainGroup); in createWorldSection()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/Terrain/src/
H A DOgreTerrainPaging.cpp48 PagedWorld* world, TerrainGroup* terrainGroup, in createWorldSection() argument
53 … world->createSection(terrainGroup->getSceneManager(), SectionFactory::FACTORY_NAME, sectionName)); in createWorldSection()
55 ret->init(terrainGroup); in createWorldSection()
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/tgdb/
H A Dobj.cxx125 osg::Group* terrainGroup = new osg::Group; in SGLoadBTG() local
126 terrainGroup->setName("BTGTerrainGroup"); in SGLoadBTG()
127 terrainGroup->addChild(node); in SGLoadBTG()
128 transform->addChild(terrainGroup); in SGLoadBTG()
H A DReaderWriterSTG.cxx601 osg::ref_ptr<osg::Group> terrainGroup = new osg::Group; in load() local
602 terrainGroup->setDataVariance(osg::Object::STATIC); in load()
604 terrainGroup->setName(terrain_name); in load()
623 terrainGroup->addChild(node.get()); in load()
631 terrainGroup->addChild(node); in load()
640 i->_elev += elevation(*terrainGroup, SGGeod::fromDeg(i->_lon, i->_lat)); in load()
646 i->_elev += elevation(*terrainGroup, SGGeod::fromDeg(i->_lon, i->_lat)); in load()
651 return terrainGroup.release(); in load()
660 pagedLOD->addChild(terrainGroup, 0, std::numeric_limits<float>::max()); in load()
/dports/graphics/ogre3d/ogre-1.11.6/Samples/EndlessWorld/src/
H A DPerlinNoiseTerrainGenerator.cpp48 void PerlinNoiseTerrainGenerator::define( TerrainGroup* terrainGroup, long x, long y ) in define() argument
50 uint16 terrainSize = terrainGroup->getTerrainSize(); in define()
63 terrainGroup->defineTerrain(x,y,heightMap); in define()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/EndlessWorld/src/
H A DPerlinNoiseTerrainGenerator.cpp48 void PerlinNoiseTerrainGenerator::define( TerrainGroup* terrainGroup, long x, long y ) in define() argument
50 uint16 terrainSize = terrainGroup->getTerrainSize(); in define()
63 terrainGroup->defineTerrain(x,y,heightMap); in define()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/Terrain/include/
H A DOgreTerrainPagedWorldSection.h163 virtual void define(TerrainGroup* terrainGroup, long x, long y) in define() argument
165 terrainGroup->defineTerrain(x,y); in define()
H A DOgreTerrainPaging.h107 TerrainPagedWorldSection* createWorldSection(PagedWorld* world, TerrainGroup* terrainGroup,
/dports/graphics/ogre3d/ogre-1.11.6/Components/Terrain/include/
H A DOgreTerrainPagedWorldSection.h161 virtual void define(TerrainGroup* terrainGroup, long x, long y) in define() argument
163 terrainGroup->defineTerrain(x,y); in define()
H A DOgreTerrainPaging.h105 TerrainPagedWorldSection* createWorldSection(PagedWorld* world, TerrainGroup* terrainGroup,
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOGAMSING.cpp243 ButtonCustomGroup terrainGroup(3); in select_option() local
251 terrainGroup[i].create(168+i*BASIC_OPTION_X_SPACE, offsetY+258+Y_SHIFT, in select_option()
253 disp_virtual_button, ButtonCustomPara(&terrainGroup, i+1), 0, 0); in select_option()
554 terrainGroup.paint(tempConfig.terrain_set-1); in select_option()
733 else if( terrainGroup.detect() >= 0) in select_option()
735 tempConfig.terrain_set = terrainGroup[terrainGroup()].custom_para.value; in select_option()
H A DOGAMEMP.cpp2499 ButtonCustomGroup terrainGroup(3); in mp_select_option() local
2507 terrainGroup[i].create(166+i*BASIC_OPTION_X_SPACE, offsetY+248+Y_SHIFT, in mp_select_option()
2509 disp_virtual_button, ButtonCustomPara(&terrainGroup, i+1), 0, 0); in mp_select_option()
2813 terrainGroup.paint(tempConfig.terrain_set-1); in mp_select_option()
3563 else if( terrainGroup.detect() >= 0) in mp_select_option()
3565 tempConfig.terrain_set = terrainGroup[terrainGroup()].custom_para.value; in mp_select_option()
4408 ButtonCustomGroup terrainGroup(3); in mp_select_load_option() local
4416 terrainGroup[i].create(166+i*BASIC_OPTION_X_SPACE, offsetY+248+Y_SHIFT, in mp_select_load_option()
4418 disp_virtual_button, ButtonCustomPara(&terrainGroup, i+1), 0, 0); in mp_select_load_option()
4719 terrainGroup.paint(tempConfig.terrain_set-1); in mp_select_load_option()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/EndlessWorld/include/
H A DPerlinNoiseTerrainGenerator.h22 virtual void define( Ogre::TerrainGroup* terrainGroup, long x, long y );
H A DEndlessWorld.h372 virtual void define(TerrainGroup* terrainGroup, long x, long y) in define() argument
380 terrainGroup->defineTerrain(x, y, &img); in define()
/dports/graphics/ogre3d/ogre-1.11.6/Samples/EndlessWorld/include/
H A DPerlinNoiseTerrainGenerator.h22 virtual void define( Ogre::TerrainGroup* terrainGroup, long x, long y );
H A DEndlessWorld.h380 virtual void define(TerrainGroup* terrainGroup, long x, long y) in define() argument
388 terrainGroup->defineTerrain(x, y, &img); in define()