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

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

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -