Gregg Tavares 6 лет назад
Родитель
Сommit
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');