Parcourir la source

Add Color import

Garrett Johnson il y a 4 ans
Parent
commit
e4702c1b0f
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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() {