dche / glm-rs

GLSL mathematics for Rust programming language.
MIT License
42 stars 21 forks source link

fix look_at function #18

Closed human9 closed 7 years ago

human9 commented 7 years ago

The look_at / look_at_rh function had a slight error.

It now produces the same output as c++ glm.

dche commented 7 years ago

Thanks for the patch.

human9 commented 7 years ago

No worries. Thanks for the nice library! Are you open to receiving more additions? I'd like to add an ortho function as well for example.

dche commented 7 years ago

Sure! Welcome! Add anything you think appropriate.