Procházet zdrojové kódy

GLTFExporter js - Fix auto-import shenanigans

Max Godefroy (Clyde) před 4 roky
rodič
revize
9afb6abbf6
1 změnil soubory, kde provedl 0 přidání a 10 odebrání
  1. 0 10
      examples/js/exporters/GLTFExporter.js

+ 0 - 10
examples/js/exporters/GLTFExporter.js

@@ -1,16 +1,6 @@
 //------------------------------------------------------------------------------
 // Constants
 //------------------------------------------------------------------------------
-import {
-	RedFormat,
-	RedIntegerFormat,
-	RGBAFormat,
-	RGBAIntegerFormat,
-	RGBEFormat,
-	RGBFormat,
-	RGBIntegerFormat, RGFormat,
-	RGIntegerFormat
-} from "../../../build/three.module";
 
 var WEBGL_CONSTANTS = {
 	POINTS: 0x0000,