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

Popular posts from this blog

Unlimited choices in BASH case statement -

Redirect to a HTTPS version using .htaccess -

javascript - jQuery: Add class depending on URL in the best way -