superpowers / superpowers-game

:video_game: Make 2D and 3D games in live collaboration with Superpowers
http://superpowers-html5.com/
Other
402 stars 93 forks source link

[Adjustment Required] Orthographic camera for Isometric games does not line up properly #168

Open alimalkhalifa opened 8 years ago

alimalkhalifa commented 8 years ago

When setting up an orthographic camera, the camera does not line up properly.

Example:

Place a 3D cube at {0,0,0} Orthographic camera at {-10, -10, 10}, orientation {45, -45, -45}

Expected Result: Cube should line up perfectly in the center of the screen with the vertices overlapping exactly.

This is not achieved.