Browse Source

Add Color import

Garrett Johnson 4 năm trước cách đây
mục cha
commit
e4702c1b0f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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() {