Skip to content

Commit 4c41872

Browse files
committed
Update Three.js and related dependencies to latest versions
1 parent 6a63c5c commit 4c41872

File tree

3 files changed

+458
-713
lines changed

3 files changed

+458
-713
lines changed

examples/minimal/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// 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-
2+
import * as THREE from 'https://unpkg.com/three@0.181.0/build/three.module.js';
3+
console.log(THREE.REVISION)
44
import {
55
Engine,
66
CaptureSystem,

0 commit comments

Comments
 (0)