I need to find out the transform being applied to the mesh so I can use it to do other calculations. I’ve looked everywhere and I don’t see it. BeginTransform / EndTransform both seem to be the right spots, but there’s no useful arguments to those methods. Where can I find this info?
Aka if I move my mesh, I’m looking for something that has the translation info. Same for rotations and scales.
Edit: to clarify, I’m not interested in the dynamic drawing transformations, just the concrete final ones applied to the geometry.