We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f5823 commit 47317e2Copy full SHA for 47317e2
src/Three.js
@@ -81,7 +81,6 @@ export { AnimationClip } from './animation/AnimationClip.js';
81
export { Uniform } from './core/Uniform.js';
82
export { InstancedBufferGeometry } from './core/InstancedBufferGeometry.js';
83
export { BufferGeometry } from './core/BufferGeometry.js';
84
-export { DirectGeometry } from './core/DirectGeometry.js';
85
export { GeometryIdCount, Geometry } from './core/Geometry.js';
86
export { InterleavedBufferAttribute } from './core/InterleavedBufferAttribute.js';
87
export { InstancedInterleavedBuffer } from './core/InstancedInterleavedBuffer.js';
0 commit comments