[Style Swap] pile of coins
I want to try making a pile of coins like something that would be in scrooge mcduck's coin vault
-
turns out trying to do the whole thing procedurally in a stack is kinda tough
in my first test the coins kept intersecting
in my 2nd test It seems that the best way to do things is to remove the overlapping layer with the same scatter that the layer above it has.
features that would have helped in this stage of layering is being able to go up and down values in the seed input box to try to find values that didn't result in overlap.
another feature that would make this easier is an overlapping feature in the scatter function where each added copy is higher than the last, and masks out the stuff below as if it were laying on top of the copy below. it
my next attempt will probably be bringing in a height map from another program
Please sign in to leave a comment.
Comments
5 comments