Home
last modified time | relevance | path

Searched defs:GetHeightmap (Results 1 – 3 of 3) sorted by relevance

/dports/games/springlobby/springlobby-0.180/src/lsl/src/lslunitsync/
H A Dunitsync.h239 …void GetHeightmap( const std::string& mapname ) { usync().GetHeightmapAsync( mapname… in GetHeightmap() function
240 …void GetHeightmap( const std::string& mapname, int w, int h ) { usync().GetHeightmapAsync( mapname… in GetHeightmap() function
H A Dunitsync.cpp629 UnitsyncImage Unitsync::GetHeightmap( const std::string& mapname ) in GetHeightmap() function in LSL::Unitsync
634 UnitsyncImage Unitsync::GetHeightmap( const std::string& mapname, int width, int height ) in GetHeightmap() function in LSL::Unitsync
H A Dc_api.cpp565 UnitsyncImage UnitsyncLib::GetHeightmap( const std::string& mapFileName ) in GetHeightmap() function in LSL::UnitsyncLib