瀏覽代碼

Removed GeometryIdCount left over.

Mr.doob 7 年之前
父節點
當前提交
a2ed7c0f75
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/Three.Unit.js

+ 1 - 1
test/Three.Unit.js

@@ -50,7 +50,7 @@ export { Clock } from '../src/core/Clock.js';
 export { DirectGeometry } from '../src/core/DirectGeometry.js';
 export { DirectGeometry } from '../src/core/DirectGeometry.js';
 export { EventDispatcher } from '../src/core/EventDispatcher.js';
 export { EventDispatcher } from '../src/core/EventDispatcher.js';
 export { Face3 } from '../src/core/Face3.js';
 export { Face3 } from '../src/core/Face3.js';
-export { GeometryIdCount, Geometry } from '../src/core/Geometry.js';
+export { Geometry } from '../src/core/Geometry.js';
 export { InstancedBufferAttribute } from '../src/core/InstancedBufferAttribute.js';
 export { InstancedBufferAttribute } from '../src/core/InstancedBufferAttribute.js';
 export { InstancedBufferGeometry } from '../src/core/InstancedBufferGeometry.js';
 export { InstancedBufferGeometry } from '../src/core/InstancedBufferGeometry.js';
 export { InstancedInterleavedBuffer } from '../src/core/InstancedInterleavedBuffer.js';
 export { InstancedInterleavedBuffer } from '../src/core/InstancedInterleavedBuffer.js';