We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba84bfd commit b3a5776Copy full SHA for b3a5776
1 file changed
src/spatialCursor/index.js
@@ -875,6 +875,8 @@ import * as THREE from '../../thirdPartyCode/three/three.module.js';
875
if (cachedOcclusionObject) {
876
objectsToCheck.push(cachedOcclusionObject);
877
}
878
+ objectsToCheck = objectsToCheck.concat(Object.values(realityEditor.spatialCapture.spatialPatchCoordinator.patches).map(patch => patch.container));
879
+
880
// if (realityEditor.gui.threejsScene.getGroundPlaneCollider()) {
881
// objectsToCheck.push(realityEditor.gui.threejsScene.getGroundPlaneCollider());
882
// }
0 commit comments