Construct 3 r263

You're viewing a single comment in a conversation. View all the comments
  • 1 Comments

  • Order by
    • [-] [+]
    • 4
    • Ashley's avatar
    • Ashley
    • Construct Team Founder
    • 4 points
    • (0 children)

    In Construct, by default 2D games still use a perspective projection. Notice as you use Z elevation to move something further away, it gets smaller. Orthographic projections are more useful with 3D cameras oriented at an angle, e.g. for an isometric perspective. Take a look at the 'Orthographic projection' demo project which shows this.