浏览代码

GLTFExporter js - Fix auto-import shenanigans

Max Godefroy (Clyde) 4 年之前
父节点
当前提交
9afb6abbf6
共有 1 个文件被更改,包括 0 次插入10 次删除
  1. 0 10
      examples/js/exporters/GLTFExporter.js

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

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