Home
last modified time | relevance | path

Searched defs:heightmap (Results 1 – 25 of 65) sorted by relevance

123

/dports/games/0ad/0ad-0.0.23b-alpha/source/graphics/
H A DMapIO.cpp36 Status LoadHeightmapImageVfs(const VfsPath& filepath, std::vector<u16>& heightmap) in LoadHeightmapImageVfs()
46 Status LoadHeightmapImageOs(const OsPath& filepath, std::vector<u16>& heightmap) in LoadHeightmapImageOs()
63 …s ParseHeightmapImage(const shared_ptr<u8>& fileData, size_t fileSize, std::vector<u16>& heightmap) in ParseHeightmapImage()
H A DHFTracer.cpp236 static bool TestTile(u16* heightmap, int stride, int i, int j, const CVector3D& pos, const CVector3… in TestTile()
299 u16* heightmap = patch->m_Parent->GetHeightMap() + in PatchRayIntersect() local
H A DMapGenerator.cpp305 std::vector<u16> heightmap; in LoadHeightmap() local
337 std::vector<u16> heightmap; in LoadMapTerrain() local
/dports/graphics/aloadimage/arcan-0.6.1/tests/regression/heightmap/
H A Dheightmap.lua28 function heightmap() function
/dports/sysutils/acfgfs/arcan-0.6.1/tests/regression/heightmap/
H A Dheightmap.lua28 function heightmap() function
/dports/games/opencity/opencity-0.0.6.5stable/map/
H A DMakefile.am1 SUBDIRS = heightmap subdir
/dports/x11/aclip/arcan-0.6.1/tests/regression/heightmap/
H A Dheightmap.lua28 function heightmap() function
/dports/x11/arcan-trayicon/arcan-0.6.1/tests/regression/heightmap/
H A Dheightmap.lua28 function heightmap() function
/dports/games/pink-pony/pink-pony-1.4.1/src/
H A Dmain.cc103 Heightmap heightmap(config.resource_dir + config.heightmap_file, in main() local
165 void randomize_start_positions(Config& config, Heightmap& heightmap) in randomize_start_positions()
H A DHeightmap.hh24 Texture2D heightmap; member in Heightmap
H A DParticleSystem.hh75 Texture2D heightmap; member in CPUParticleSystem
107 Texture2D heightmap; member in TransformFeedbackParticleSystem
H A DLineList.cc6 bool LineList::add_point(int i, V2f point, Heightmap& heightmap) { in add_point()
H A DPonyGame.cc11 Heightmap* heightmap, in PonyGame()
/dports/games/spring/spring_98.0/rts/Sim/Misc/
H A DLosMap.h64 const float* const heightmap; variable
/dports/games/spring/spring_98.0/AI/Skirmish/HughAI/src-ai/hughai/mapping/
H A DHeightMap.java192 float[][]heightmap = GetHeightMap(); in showHeightMap() local
227 float[][]heightmap = GetHeightMap(); in go() local
/dports/games/scorched3d/scorched/src/common/landscapedef/
H A DLandscapeDefn.h76 LandscapeDefnType *heightmap; variable
159 LandscapeDefnType *heightmap; variable
/dports/games/minetest/minetest-5.4.1/src/mapgen/
H A Dcavegen.h118 s16 *heightmap; variable
202 s16 *heightmap; variable
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/fx/
H A DTexture.cpp165 static int CalcLight(unsigned char* heightmap, int texmapsize, int x1,int y1,int x2,int y2,int dept… in CalcLight()
178 static void GenRandom(unsigned char* heightmap, int texmapsize, int x1,int y1,int x2,int y2,int dep… in GenRandom()
207 static void GenPlasma(unsigned char* heightmap, int texmapsize, int smooth) in GenPlasma()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bpro/core/bbas_pro/processes/
H A Dbpgl_heightmap_from_disparity_process.cxx126 vil_image_view<float> heightmap; in bpgl_heightmap_from_disparity_process() local
/dports/games/spring/spring_98.0/rts/Map/SM3/terrain/
H A DTextures.cpp125 …void Blendmap::Load(const std::string& name, const std::string& section, Heightmap* heightmap, ILo… in Load()
209 const Heightmap* heightmap = rootHm->GetLevel(-lodLevel); in Generate() local
/dports/misc/dartsim/dart-6.11.1/dart/gui/osg/render/
H A DHeightmapShapeNode.hpp304 const typename dynamics::HeightmapShape<S>::HeightField& heightmap, in setVertices()
455 const auto& heightmap = mHeightmapShape->getHeightField(); in refresh() local
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_map_editor/
H A Dprogram.h101 bool heightmap; variable
/dports/games/lugaru/lugaru-c7b99378439735c60f84869b05c6ebde53083667/Source/Environment/
H A DTerrain.hpp66 float heightmap[max_terrain_size + 1][max_terrain_size + 1]; member in Terrain
/dports/games/spring/spring_98.0/rts/Map/SMF/
H A DSMFMapFile.cpp59 void CSMFMapFile::ReadHeightmap(unsigned short* heightmap) in ReadHeightmap()
/dports/games/spring/spring_98.0/rts/Map/
H A DGround.cpp14 static inline float InterpolateHeight(float x, float z, const float* heightmap) in InterpolateHeight()
68 const float* heightmap, in LineGroundSquareCol()

123