bc-model-viewer 1.6.93 → 1.6.100

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -23,9 +23,6 @@ const viewer = new Viewer(
23
23
  document.getElementById('container'),
24
24
  // 初始化配置选项
25
25
  {
26
- gui: {
27
- display: true
28
- }
29
26
  // ...更多配置
30
27
  })
31
28
 
@@ -58,7 +55,6 @@ interface ViewerConfig {
58
55
  camera: CameraConfig;
59
56
  light: LightConfig;
60
57
  measure: MeasureConfig;
61
- gui: GUIConfig;
62
58
  render: RenderConfig;
63
59
  }
64
60
  ```