danini-the-panini / mittsu

3D Graphics Library for Ruby.
https://github.com/danini-the-panini/mittsu
MIT License
508 stars 33 forks source link

Fixed reusing the same cached vector in multiple methods. #98

Closed pascalr closed 3 years ago

pascalr commented 3 years ago

Fixed reusing the same cached vector in multiple methods. If you called rotate_x than rotate_y, it would juste rotate_x twice.

danini-the-panini commented 3 years ago

@pascalr sorry about all the merge commits 😅 just trying to get the tests running properly