My first question here and certainly not the last...
I am learning procedural modelling and I want to create a basic Mayan pyramid.
Looking at the references each level is recessed by the same value. So I am trying to have the same result using copy transform but the value is not constant meaning that the recess value is getting smaller.
Now I am trying to do it with a each loop. I use copy transform to translate the level and in the each loop I scale each level.
I think the idea is good but making it work is an other story.
As you can see it's not really working I have the constant recess value so it's good but it's inverted...if invert the transformation in transform3 I lost the first level.
Any ideas ? may be there is an other method to it.
Thanks,