Skip to content

Commit

Permalink
update occlusion item
Browse files Browse the repository at this point in the history
Signed-off-by: hanbollar <github@hannahbollar.com>
  • Loading branch information
hanbollar committed May 16, 2024
1 parent 576b17a commit d8afdba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/componentSystems/AnchorSystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class AnchorSystem extends MRSystem {
this.currentEntity = null;
this.tempMatrix = new THREE.Matrix4();

this.planeManager = new MRPlaneManager(this.app.scene, this.app.getAttribute('occlusion'));
this.planeManager = new MRPlaneManager(this.app.scene, this.app.dataset.occlusion);
this.anchoringQueue = new Set();

this.hitResults;
Expand Down

0 comments on commit d8afdba

Please sign in to comment.