Post edit history
What's wrong with this terraform syntax?
Before | After | ||
---|---|---|---|
1 | See Klon's widget, It has correct terraform implementation. | 1 | See Klon's widget, It has correct terraform implementation. |
2 | \n | ||
3 | From the first sight: | ||
4 | 1) you should specify "loop" as 0 or 1, not like false/true | ||
5 | 2) for terraform type 2, you need to specify only (x,z) pairs, while height is specifiied as 4th parameter | ||
6 | 3) #of points should be correct. E.g., for 4 pairs of x,z it will be 8. |