bc-model-viewer 1.6.37 → 1.6.41

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/examples/hud.html CHANGED
@@ -53,7 +53,7 @@
53
53
  const viewer = new Viewer(container)
54
54
 
55
55
  // 加载测试模型
56
- await viewer.loadZipAsync('./test.dgz')
56
+ await viewer.loadZipAsync('../../assets/new.dgz')
57
57
 
58
58
  // 创建工具 只需要实例化一次
59
59
  const hudTool = new HUDLabelTool(viewer)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bc-model-viewer",
3
- "version": "1.6.37",
3
+ "version": "1.6.41",
4
4
  "main": "./dist/bc-model-viewer.min.js",
5
5
  "module": "./dist/bc-model-viewer.min.js",
6
6
  "description": "A model viewer",