Skip to content

Commit

Permalink
Remove unstable entityTypes from code example
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 committed Aug 18, 2021
1 parent 3741c76 commit 6e0f39f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ let hitTestSource = null;

xrSession.requestHitTestSource({
space : viewerSpace, // obtained from xrSession.requestReferenceSpace("viewer");
entityTypes: ["point"],
offsetRay : new XRRay({y: 0.5})
}).then((pointHitTestSource) => {
hitTestSource = pointHitTestSource;
Expand Down

0 comments on commit 6e0f39f

Please sign in to comment.