Render geometry on top of canvas3d

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Render geometry on top of canvas3d

Smat
Is their anyway i can render geometry on top of canvas3d(like after java3d has finished rendering). What i am doing is making a move anchor where someone use it to move vertices and stuff. But then the move anchor has to be always on top and the best way to do it is render it after java3d has finished rendering.(i know that postswap() method will be called) . What should i do inside this method ? Thanks for reading.