Skip to content

Commit 06f825a

Browse files
authored
Webvr to webxr (#42)
Convert all WebVR usage to WebXR. Extensive revisions based on feedback from @toji.
1 parent bf09983 commit 06f825a

File tree

2 files changed

+178
-132
lines changed

2 files changed

+178
-132
lines changed

aquarium/aquarium-config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
var g_aquariumConfig = {
44
aquariumRoot: '',
5-
enableVR: false
5+
enableVR: true,
66
};

0 commit comments

Comments
 (0)