c++ - How to always display MPxNodes -
in maya api, mpxlocatornodes allow draw opengl on viewport.
however, when locator position not on screen, draw function not called. how have draw function been called time, when locator not on screen ?
it possible either returning false in isbounded function, or extending bounding box size in boundingbox() function.
Comments
Post a Comment