Y-rotation skews object too 3-dimensionally

When I rotate objects around the y-axis, they're becoming very skewed-looking as they rotate. Like, they've got way more of a 3D perspective to them than I'd expect.

When I have lines of text rotating, l just want them to pretty much sit on their normal baseline, not angle up/down so extremely. I'm looking for a way to control this.

Is this possible? I feel like I've done this with no problem before.
skewed
test.hype.zip (38.5 KB)

Just realized the answer to this, because I posted a similar question to this in the past. :joy: The perspective is based on the parent container!

2 Likes

PS: You can also use CSS to add a class to said container (stage or group) that influences the perspective depths amount for the container.
https://www.w3schools.com/CSSref/css3_pr_perspective.asp

2 Likes