Maintaining identical perspective across elements

I want to rotate a series of objects around the x axis, with their base as the origin. And I want them all to rotate directly at me, like the center one does here. I DON’T want the default perspective effect that’s happening here with the ones on the ends.
perspective
I feel like this should be possible, but I’m not finding a solution. I’ve tried:

I’ve been to this thread as well, Shifting of Perspective with Graphics, Images, or Videos but it doesn’t address my issue.

Any thoughts?
perspective.zip (21.4 KB)

perspective.hype.zip (17.7 KB)
… not sure if i got you right :slight_smile:

2 Likes

Ohhhh, you totally do, this is great. So the perspective is based on their parent container. I was totally missing that piece of the puzzle. Thanks @h_classen!