wojtossfm / godot_scml_importer

MIT License
33 stars 6 forks source link

rotation logic currently split between radians and degrees #22

Closed wojtossfm closed 1 year ago

wojtossfm commented 1 year ago

With the changes that came from #21 the rotation logic now has a bit of a split brain issue dealing with both degrees and radians in the code.

This should be adjusted to attempt to focus on one.