Răsfoiți Sursa

import three.js

Gregg Tavares 6 ani în urmă
părinte
comite
8def55eb40
1 a modificat fișierele cu 1 adăugiri și 3 ștergeri
  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');