Changes between Version 2 and Version 3 of Scripting/Example1
- Timestamp:
- Nov 17, 2019, 6:52:00 PM (6 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)