mitsuba-renderer / drjit

Dr.Jit — A Just-In-Time-Compiler for Differentiable Rendering
BSD 3-Clause "New" or "Revised" License
563 stars 40 forks source link

Fix dr::euler_to_quat() #233

Closed Speierers closed 2 months ago

Speierers commented 2 months ago

This patch fixes the dr::euler_to_quat() which surprisingly had never been tested in C++.

rtabbara commented 2 months ago

Thanks Sébastien!