浏览代码

Fix reference to BoxBufferGeometry

Garrett Johnson 4 年之前
父节点
当前提交
4dc07db7c8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/extras/PMREMGenerator.js

+ 1 - 1
src/extras/PMREMGenerator.js

@@ -25,7 +25,7 @@ import { Vector3 } from '../math/Vector3.js';
 import { Color } from '../math/Color.js';
 import { WebGLRenderTarget } from '../renderers/WebGLRenderTarget.js';
 import { MeshBasicMaterial } from '../materials/MeshBasicMaterial.js';
-import { BoxBufferGeometry } from '../geometries/BoxBufferGeometry.js';
+import { BoxBufferGeometry } from '../geometries/BoxGeometry.js';
 import { BackSide } from '../constants.js';
 
 const LOD_MIN = 4;