I am currently trying to write a script to draw an abstract stairs.
I am using rectangle as a step, this rectangle is moving in x or y.
Every step, the rectangle is tranlslated in z to climb.
It works fine when I look from the top (
example 01), but when i use something like
peasy cam to move around the stairs, the x,y,z system seems to be reboot for every view...
In the other hand, failed to replace the move with a translate (
example 02) ... any clue do use translate correctly ?