Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'terrain'

935565 - Basic Terrain Manipulation warcraft wc3 jass terrain deform manipulation deformation
preview unavailable
934975 - Basic Terrain Manipulation: warcraft wc3 jass terrain deform manipulation deformation
  1. function raisePoint takes real x, real y returns nothing
  2.     set x = x - ModuloReal(x, 128)
  3.     set y = y - ModuloReal(y, 128)
  4.     call TerrainDeformCrater( x, y, 64.0, -256.0, 1, true)
  5. endfunction
  6.  
  7. function createWall takes real x1, real x2, real y1, real y2 returns nothing
  8.   local real xInc
  9.  
worth-right
fantasy-obligation