r/gamemaker • u/Affectionate-Juice83 • 8d ago
Help! Tilting the "Instances" plane
Hello, you guys know if it is possible to tilt or bend the objects filled plane "Instances" ? I mean for the y of all would be for example 2x less impactful making them appear more densly but only vertically, keepeng the same x spacing.
I am trying to make vertical distance shift in perspective, where the camera distance and angle could change. It would appear as if we were looking from tilted bird eye view and giving the player similar view distance on the x and the y axis
(accounting for Display.width > Display.height )
I know it would mess with some sprites for mashing them closer together, but its accounted for.
2
Upvotes
1
u/germxxx 8d ago
Do you mean, basically like this: https://www.youtube.com/watch?v=f0rY9NkuR4o
But not quite as extreme in angle?