Changes between Version 2 and Version 3 of Scripting/Example1
- Timestamp:
- 11/17/19 18:52:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Scripting/Example1
v2 v3 29 29 30 30 // Apply the Frost layer above 120, again using the same height map as input 31 var frostLayer = wp.getLayer(). name('Frost').go();31 var frostLayer = wp.getLayer().withName('Frost').go(); 32 32 wp.applyHeightMap(heightMap) 33 33 .toWorld(world)