I couldn't get hitTest (with no options) to detect geometries that are hidden behind some other geometry in iOS 11. My code worked fine on iOS 10. Anyone know how to fix?
Example: let hitResults = scnView.hitTest(location, options: nil)
Should return several nodes - but does only return one node.