Home
last modified time | relevance | path

Searched defs:heightMap (Results 1 – 25 of 46) sorted by relevance

12

/dports/games/spring/spring_98.0/rts/Map/
H A DHeightMapTexture.cpp61 const float* heightMap = readMap->GetCornerHeightMapUnsynced(); in Init() local
85 const float* heightMap = readMap->GetCornerHeightMapUnsynced(); in UnsyncedHeightMapUpdate() local
/dports/graphics/qgis-ltr/qgis-3.16.16/src/3d/terrain/
H A Dqgsdemterraintilegeometry_p.cpp146 static bool hasNoData( int i, int j, const float *heightMap, int resX, int resZ ) in hasNoData()
154 static QByteArray createPlaneIndexData( int res, const QByteArray &heightMap ) in createPlaneIndexData()
213 …ctor( int resolution, float side, float vertScale, float skirtHeight, const QByteArray &heightMap ) in PlaneVertexBufferFunctor()
253 explicit PlaneIndexBufferFunctor( int resolution, const QByteArray &heightMap ) in PlaneIndexBufferFunctor()
282 …nt resolution, float side, float vertScale, float skirtHeight, const QByteArray &heightMap, DemTer… in DemTerrainTileGeometry()
H A Dqgsterraindownloader.cpp93 void QgsTerrainDownloader::tileImageToHeightMap( const QImage &img, QByteArray &heightMap ) in tileImageToHeightMap()
154 QByteArray heightMap; in getHeightMap() local
H A Dqgsdemterraintileloader_p.cpp34 static void _heightMapMinMax( const QByteArray &heightMap, float &zMin, float &zMax ) in _heightMapMinMax()
131 void QgsDemTerrainTileLoader::onHeightMapReady( int jobId, const QByteArray &heightMap ) in onHeightMapReady()
/dports/graphics/qgis/qgis-3.22.3/src/3d/terrain/
H A Dqgsdemterraintilegeometry_p.cpp146 static bool hasNoData( int i, int j, const float *heightMap, int resX, int resZ ) in hasNoData()
154 static QByteArray createPlaneIndexData( int res, const QByteArray &heightMap ) in createPlaneIndexData()
213 …ctor( int resolution, float side, float vertScale, float skirtHeight, const QByteArray &heightMap ) in PlaneVertexBufferFunctor()
253 explicit PlaneIndexBufferFunctor( int resolution, const QByteArray &heightMap ) in PlaneIndexBufferFunctor()
282 …nt resolution, float side, float vertScale, float skirtHeight, const QByteArray &heightMap, DemTer… in DemTerrainTileGeometry()
H A Dqgsterraindownloader.cpp93 void QgsTerrainDownloader::tileImageToHeightMap( const QImage &img, QByteArray &heightMap ) in tileImageToHeightMap()
154 QByteArray heightMap; in getHeightMap() local
H A Dqgsdemterraintileloader_p.cpp35 static void _heightMapMinMax( const QByteArray &heightMap, float &zMin, float &zMax ) in _heightMapMinMax()
133 void QgsDemTerrainTileLoader::onHeightMapReady( int jobId, const QByteArray &heightMap ) in onHeightMapReady()
/dports/misc/dartsim/dart-6.11.1/dart/collision/ode/
H A DOdeCollisionObject.cpp236 auto heightMap = static_cast<const HeightmapShapef*>(shape); in createOdeGeom() local
241 auto heightMap = static_cast<const HeightmapShaped*>(shape); in createOdeGeom() local
/dports/games/opencity/opencity-0.0.6.5stable/src/mapgen/
H A Dmapmaker.cpp49 const string heightMap, in MapMaker()
125 void MapMaker::_loadMap( const string heightMap ) in _loadMap()
H A Dmap.cpp112 SDL_Surface* heightMap = SDL_CreateRGBSurfaceFrom( buffer, _w, _h, 3*8, _w*3, 0, 0, 0, 0); in save() local
/dports/games/spring/spring_98.0/rts/Map/Generation/
H A DMapGenerator.h51 std::vector<float> heightMap; variable
/dports/games/spring/spring_98.0/AI/Wrappers/LegacyCpp/
H A DAIAICallback.h268 static float* heightMap; variable
/dports/games/spring/spring_98.0/AI/Skirmish/HughAI/src-ai/hughai/mapping/
H A DMaps.java34 HeightMap heightMap; field in Maps
H A DSlopeMap.java121 HeightMap heightMap = playerObjects.getMaps().getHeightMap(); in GetSlopeMap() local
H A DHeightMap.java122 private float[][] heightMap; // corner heights of each map square field in HeightMap
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/graphics/gl/
H A Dbase_renderer.cpp39 int clientW, int clientH, int cellSize, bool grid, bool heightMap, bool hideWater) { in renderMap()
/dports/games/keeperrl/keeperrl-alpha23/
H A Dlevel_builder.h125 Table<double> heightMap; variable
/dports/misc/dartsim/dart-6.11.1/dart/collision/ode/detail/
H A DOdeHeightmap-impl.hpp115 const dynamics::HeightmapShape<S>* heightMap) in OdeHeightmap()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libgui/src/graphics/
H A Dimagefile.cpp144 HeightMap heightMap; in image() local
H A Dheightmap.cpp81 QImage const &heightMap = d->heightImage; in makeNormalMap() local
/dports/graphics/wdune/wdune-1.926/src/
H A DNodeAppearance.h57 FieldIndex heightMap; variable
/dports/graphics/krita/krita-4.4.8/libs/image/lazybrush/
H A DKisWatershedWorker.cpp149 void mergeHeightmapOntoStroke(KisPaintDeviceSP stroke, KisPaintDeviceSP heightMap, const QRect &rc) in mergeHeightmapOntoStroke()
169 KisPaintDeviceSP heightMap, in parseColorIntoGroups()
211 KisPaintDeviceSP heightMap; member
262 KisWatershedWorker::KisWatershedWorker(KisPaintDeviceSP heightMap, KisPaintDeviceSP dst, const QRec… in KisWatershedWorker()
/dports/graphics/ogre3d/ogre-1.11.6/Samples/EndlessWorld/src/
H A DPerlinNoiseTerrainGenerator.cpp51 float* heightMap = OGRE_ALLOC_T(float, terrainSize*terrainSize, MEMCATEGORY_GEOMETRY); in define() local
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/EndlessWorld/src/
H A DPerlinNoiseTerrainGenerator.cpp51 float* heightMap = OGRE_ALLOC_T(float, terrainSize*terrainSize, MEMCATEGORY_GEOMETRY); in define() local
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOGENMAP.cpp88 Plasma heightMap; in generate_map() local

12