Hi,
I want use DRAWOBJECT(...) draw my object in front everything like handles, so i set DRAWPASS::HANDLES, but nothing show in my view(DRAWPASS::OBJECT is ok but not front other), this is my code,what shoud i do?
bd->DrawObject(bh,myobject,DRAWOBJECT::USE_CUSTOM_COLOR,DRAWPASS::HANDLES,nullptr,Vector(0,0,1));
Hope your help!