I would like to rotate my Volume model similar to how this example shows. I noticed that Prop3D has this in it’s documentation: Both vtkActor and vtkVolume are specializations of class vtkProp
However, when I try using a method like rotateX() or rotateWXYZ() on my vtkVolume actor, it throws off my model as shown in the picture. Am I going about this wrong? It’s definitely moving the volume, but not correctly.
Where exactly could I look to see where the matrix multiplication is happening? Could I implement a custom function for a workaround, and if so how should I apply it to my volume?
Please try with an older version of VTK.js to see if it ever worked at some point. You should then refine to see when it stopped working. That will help you find the problematic commit.
I tried versions going back until my app stopped working (< version 18.0.0), and the problem persists. I must be missing something in my implementation.
Are there any clues I can look for in the volume actor or renderer as to why this is happening? Could it be something with the volumeMapper?