Browse Source

remove the ModelCollectionPrimitive

tags/2.17.0
Caven Chen 3 years ago
parent
commit
f383c0e2e7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      modules/overlay/index.js

+ 1
- 1
modules/overlay/index.js View File

@@ -50,7 +50,7 @@ export { default as ElecEllipsoidPrimitive } from './primitive/ElecEllipsoidPrim
export { default as FlowLinePrimitive } from './primitive/FlowLinePrimitive'
export { default as LabelPrimitive } from './primitive/LabelPrimitive'
export { default as LightCylinderPrimitive } from './primitive/LightCylinderPrimitive'
export { default as ModelCollectionPrimitive } from './primitive/ModelCollectionPrimitive'
// export { default as ModelCollectionPrimitive } from './primitive/ModelCollectionPrimitive'
export { default as ModelPrimitive } from './primitive/ModelPrimitive'
export { default as PointPrimitive } from './primitive/PointPrimitive.js'
export { default as PolylinePrimitive } from './primitive/PolylinePrimitive.js'

Loading…
Cancel
Save