Skip to content

FEATURE: Make mesh unpickable when mesh filter is not enabled

Haocheng LIU requested to merge haocheng.liu/cmb:Fix-mesh-pickability into master

For now users can not pick model entities when meshes are visible since PV's hardware selection mechanism would select mesh first which is the first render layer. So when mesh filter is disabled, we would make mesh unpickable so that selection filter would work properly on model entities.

Merge request reports