Home
last modified time | relevance | path

Searched refs:yhlod (Results 1 – 2 of 2) sorted by relevance

/dports/games/spring/spring_98.0/rts/Map/SMF/Legacy/
H A DLegacyMeshDrawer.cpp234 int yhlod = y + hlod; in DoDrawGroundRow() local
277 DrawVertexAQ(ma, x, yhlod, h1); in DoDrawGroundRow()
281 DrawVertexAQ(ma, x, yhlod, h1); in DoDrawGroundRow()
342 DrawVertexAQ(ma, x, yhlod, h2); in DoDrawGroundRow()
651 int yhlod = y + hlod; in DoDrawGroundShadowLOD() local
687 DrawVertexAQ(ma, x,yhlod,h1); in DoDrawGroundShadowLOD()
691 DrawVertexAQ(ma, x,yhlod,h1); in DoDrawGroundShadowLOD()
741 DrawVertexAQ(ma, x,yhlod,h2); in DoDrawGroundShadowLOD()
747 DrawVertexAQ(ma, x,yhlod,h2); in DoDrawGroundShadowLOD()
764 DrawVertexAQ(ma, x,yhlod,h2); in DoDrawGroundShadowLOD()
[all …]
/dports/games/spring/spring_98.0/rts/Rendering/Env/
H A DDynWater.cpp908 const int yhlod = y + hlod; in DrawWaterSurface() local
931 DrawVertexAQ(x,yhlod); in DrawWaterSurface()
933 DrawVertexAQ(xhlod,yhlod); in DrawWaterSurface()
935 DrawVertexAQ(x,yhlod); in DrawWaterSurface()
937 DrawVertexAQ(xhlod,yhlod); in DrawWaterSurface()
942 DrawVertexAQ(xhlod,yhlod); in DrawWaterSurface()
951 DrawVertexAQ(xlod, yhlod); in DrawWaterSurface()
953 DrawVertexAQ(xhlod, yhlod); in DrawWaterSurface()
957 DrawVertexAQ(xlod, yhlod); in DrawWaterSurface()
959 DrawVertexAQ(xhlod, yhlod); in DrawWaterSurface()
[all …]