lewster32 / phaser-plugin-isometric

Feature-packed axonometric plugin for Phaser 2 which stays true to the Phaser API.
http://rotates.org/phaser/iso
MIT License
472 stars 163 forks source link

Fix iso bounds #53

Closed mmermerkaya closed 6 years ago

mmermerkaya commented 7 years ago

Fixes iso bounds calculations.

This is the version I use in my project phaser-isometric-demo.

lewster32 commented 7 years ago

I'd consider making potentially expensive operations like Math.sqrt(5)/2 into a pre-defined variable, so it doesn't have to be recalculated each time. Also does this take into account the user changing the projection angle? I'm not entirely clear on the maths involved here.

jdnichollsc commented 6 years ago

@mmermerkaya can you create the variables to avoid duplicated operations? @lewster32 but what do you think about the phaser-isometric-demo?

Thanks in advance guys, Nicholls

mmermerkaya commented 6 years ago

Closing this as this project is no longer in development.

I'd like to suggest archiving this repo: "To archive a repository, go to your Repository Settings Page and click Archive this repository."