Changes between Version 1 and Version 2 of Scripting/Example1
- Timestamp:
- 04/06/18 17:38:03 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Scripting/Example1
v1 v2 18 18 19 19 // Use the same height map to set the default terrain. For the terrain indices 20 // to use, see: http ://www.worldpainter.net/trac/wiki/Scripting/TerrainTypeValues20 // to use, see: https://www.worldpainter.net/trac/wiki/Scripting/TerrainTypeValues 21 21 wp.applyHeightMap(heightMap) 22 22 .toWorld(world)