Home
last modified time | relevance | path

Searched refs:setOutdoorTexture (Results 1 – 4 of 4) sorted by relevance

/dports/games/scourge/scourge/src/render/
H A Dmap.h628 void setOutdoorTexture( int x, int y, float offsetX, float offsetY,
H A Dmap.cpp2582 void Map::setOutdoorTexture( int x, int y, float offsetX, float offsetY, int ref, in setOutdoorTexture() function in Map
4176 setOutdoorTexture( oti->x, oti->y, in loadMap()
5357setOutdoorTexture( sx * OUTDOORS_STEP, sy * OUTDOORS_STEP, 0, 0, ref, angle, false, false, GROUND_… in applyGrassEdges()
5385 setOutdoorTexture( x * OUTDOORS_STEP, ( y + outdoor_h + 1 ) * OUTDOORS_STEP, in addHighVariation()
/dports/games/scourge/scourge/src/
H A Doutdoorgenerator.cpp580 map->setOutdoorTexture( mapx, mapy + 1, 0, 0, ref, angle, horiz, vert, ROAD_LAYER ); in addOutdoorTexture()
H A Dmapeditor.cpp716 scourge->getMap()->setOutdoorTexture( xx, yy + 1, in processMouseMotion()