Hi,
I have a weird situation that I don’t understand. I am using DrawRay to represent a vector from the global transform of a meshes’ vertices by the direction of the normal to debug an analyze of the dot product between a random point in space and the normals. However, when I rotate the mesh, the normals start rotating themselves instead of standing straight and I know it can’t be the DrawRay because I have a function that colors the appropriate vertices based on some inputs. They color perfectly as long as I don’t rotate the mesh, but once I do that they stop coloring right. Do you have any idea as to why the normals behave so sporadically. I have tried to recalculate them reassign them at different places in update. Also made a completely empty scene with just a default capsule and the DrawLine behaved exactly the same.
Thank you for your time.