Skip to content

Commit

Permalink
kjygh
Browse files Browse the repository at this point in the history
  • Loading branch information
jkcuk authored Feb 28, 2024
1 parent 548dcf4 commit 5cc7d67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import * as THREE from './three';
// import * as THREE from './three';
import * as THREE from 'https://github.com/mrdoob/three.js/blob/master/build/three.module.js';

import { GUI } from 'three/addons/libs/lil-gui.module.min.js';
import { OrbitControls } from 'three/addons/controls/OrbitControls.js';
Expand Down

0 comments on commit 5cc7d67

Please sign in to comment.