We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a63c5c commit 4c41872Copy full SHA for 4c41872
examples/minimal/main.js
@@ -1,6 +1,6 @@
1
// Import Three.js via ESM CDN (or your bundler)
2
-import * as THREE from 'https://unpkg.com/three@0.161.0/build/three.module.js';
3
-
+import * as THREE from 'https://unpkg.com/three@0.181.0/build/three.module.js';
+console.log(THREE.REVISION)
4
import {
5
Engine,
6
CaptureSystem,
0 commit comments