Skip to content

Commit

Permalink
Webvr to webxr (#42)
Browse files Browse the repository at this point in the history
Convert all WebVR usage to WebXR. Extensive revisions based on feedback from @toji.
  • Loading branch information
catmajor authored Apr 3, 2024
1 parent bf09983 commit 06f825a
Show file tree
Hide file tree
Showing 2 changed files with 178 additions and 132 deletions.
2 changes: 1 addition & 1 deletion aquarium/aquarium-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

var g_aquariumConfig = {
aquariumRoot: '',
enableVR: false
enableVR: true,
};
Loading

0 comments on commit 06f825a

Please sign in to comment.