瀏覽代碼

Add Color import

Garrett Johnson 4 年之前
父節點
當前提交
e4702c1b0f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/renderers/WebGLRenderer.js

+ 1 - 0
src/renderers/WebGLRenderer.js

@@ -38,6 +38,7 @@ import { WebGLUniforms } from './webgl/WebGLUniforms.js';
 import { WebGLUtils } from './webgl/WebGLUtils.js';
 import { WebXRManager } from './webxr/WebXRManager.js';
 import { WebGLMaterials } from "./webgl/WebGLMaterials.js";
+import { Color } from '../math/Color.js';
 
 function createCanvasElement() {