Helco / PebbleOfDoom

A platform is only hackable when some form of Doom is ported to it, let's make Pebble hackable!
MIT License
6 stars 0 forks source link

Renderer: replace myxz_rotate with xz_rotate #37

Closed Helco closed 5 years ago

Helco commented 6 years ago

Find where in the renderer is used myxz_rotate and how to transform into the mathematically correct (and unit-tested) xz_rotate.

Check where predefined vectors like xz_forward are used and check if they correspond to the vectors used in #38 . Afterwards change the movement to a more generic approach with these vectors.