Closed tomix1024 closed 1 year ago
Hi @tomix1024
Thank you, this indeed seems correct. Do you mind adding a test for it too in test_matrix.py
?
Hi @njroussel,
That's actually a good idea, I've added some tests.
There was also a problem with dr.select(mi.Bool, mi.Quaternion4f, mi.Quaternion4f)
, which tried to create a value of type mi.Quaternion4b
internally, which does not exist...
Great, I don't have anything to add. Thank you very much!
If I have a simple
mi.Quaternion4f q
in Python, the matrix type is not correctly derived when callingdr.quat_to_matrix(q)
.