Hey guys, I have a custom locator I created, I have worked on it in both C++ and python.
It takes some information and draws some details on screen.
Right now, if I rotate the parent transform of the locator, the display of the data rotates also.
I need it to stay oriented the way it was before the parent rotated. Is there a specific draw command to force world space draws?
Thanks!