ajmas/StuffInSpace

Non-Group Objects Pickable

Closed this issue · 2 comments

When selecting a group like the glonass group I am still able to select objects outside of the group from the canvas. Nothing inherently wrong with this, but it is not in line with the original design of filtering out non-group satellites. It looks like we are still calculating the pickability but it is getting dropped in updateSatellitesMaterial.

I agree this is not ideal.

The quickest solution would be in setSelectedSatellites to ignore any indexes that fall outside of the selected group?

Resolved