Home
last modified time | relevance | path

Searched refs:GetMIPHeightMapSynced (Results 1 – 5 of 5) sorted by relevance

/dports/games/spring/spring_98.0/rts/Sim/MoveTypes/MoveMath/
H A DMoveMath.cpp53 const float height = readMap->GetMIPHeightMapSynced(1)[square]; in GetPosSpeedMod()
77 const float height = readMap->GetMIPHeightMapSynced(1)[square]; in GetPosSpeedMod()
/dports/games/spring/spring_98.0/rts/Sim/Misc/
H A DRadarHandler.cpp52 radarAlgo(int2(xsize, zsize), -1000, 20, readMap->GetMIPHeightMapSynced(radarMipLevel)), in CRadarHandler()
H A DLosHandler.cpp87 losAlgo(int2(losSizeX, losSizeY), -1e6f, 15, readMap->GetMIPHeightMapSynced(losMipLevel)) in CLosHandler()
/dports/games/spring/spring_98.0/rts/Map/
H A DReadMap.h125 const float* GetMIPHeightMapSynced(unsigned int mip) const { return mipPointerHeightMaps[mip]; } in GetMIPHeightMapSynced() function
/dports/games/spring/spring_98.0/rts/Map/SMF/
H A DSMFGroundTextures.cpp186 const float* hdata = readMap->GetMIPHeightMapSynced(mipLevel); in ConvolveHeightMap()