Hello !
I have a question regarding instanced static objects in an array. I tryed hours now to figure out how to rotate or translate every instance in relation to the instance before…i want it to behave like this:
this is my poor aproach:
Perhaps someone can point me in the right direction.
Thank you
Kehel18
(Kehel18)
May 31, 2021, 3:15pm
2
Hello! In fact the question can be reformulated like this:
you have zero rotation for first object and some rot rotation for last object
if you have N objects you can then calc step as rot /(N-1)
But of course, this is true only if you have got equal step
This basically works, after a fashion, but rotates the outer cubes too much, and only in Z. I will come back later to fix it…
Thank you so much. I learned a bunch. YOu are AWSOME. made my day.
You’re welcome. Finally got there, the last one always maintains the outer size correctly…