Gorrod Posted July 30, 2019 Share Posted July 30, 2019 (edited) Hi, I want to transform a volume by multiplying it's transform primintrinsic with a matrix. Works just fine until I try it with an inverted matrix. At seemingly random translation values the transform primintrinsic gets set to the identitiy matrix. I also noticed that at the same translation values the inverted matrix has some weird floats where it should just be 0. Am I missing something here on how to apply the inverted matrix properly, or what's going on with the invert()? invertMatrixTransform.hipnc Edited July 30, 2019 by Gorrod Quote Link to comment Share on other sites More sharing options...
Gorrod Posted July 31, 2019 Author Share Posted July 31, 2019 I guess i found a way to make it work by extracting the translation and then applying it to the matrix again. Doesn't change the fact that I have no clue why it doesn't work in the first place though. invertMatrixTransform_v02.hipnc Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.