Gregg Tavares пре 6 година
родитељ
комит
8def55eb40
1 измењених фајлова са 1 додато и 3 уклоњено
  1. 1 3
      threejs/threejs-responsive.js

+ 1 - 3
threejs/threejs-responsive.js

@@ -1,6 +1,4 @@
-'use strict';
-
-/* global THREE */
+import * as THREE from './resources/threejs/r108/build/three.module.js';
 
 function main() {
   const canvas = document.querySelector('#c');