Advertising
advertising
related pastes to tag 'deform'
- 935565 - Basic Terrain Manipulation warcraft wc3 jass terrain deform manipulation deformation
- preview unavailable
- 934975 - Basic Terrain Manipulation: warcraft wc3 jass terrain deform manipulation deformation
-
- function raisePoint takes real x, real y returns nothing
- set x = x - ModuloReal(x, 128)
- set y = y - ModuloReal(y, 128)
- call TerrainDeformCrater( x, y, 64.0, -256.0, 1, true)
- endfunction
- function createWall takes real x1, real x2, real y1, real y2 returns nothing
- local real xInc