Skip to content

Commit

Permalink
Removed scene viewer temporarily.
Browse files Browse the repository at this point in the history
  • Loading branch information
ffrank913 committed Dec 3, 2024
1 parent a901b4c commit f0659ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ar/AR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export class DIVEAR {

anchor.setAttribute('href', intent);
console.log('Attempting to present in AR with Scene Viewer...');
anchor.click();
// anchor.click();
}

private createSceneViewerSrc(): string {
Expand Down

0 comments on commit f0659ff

Please sign in to comment.