首页 / 浏览问题 / 三维GIS / 问题详情
三维模型 scene.open 加载后报错
45EXP 2023年08月02日

scene.open("http://192.168.0.134:8090/iserver/services/3D-local3DCache-DangLangDao/rest/realspace");

到有以下报错

详情:

"RangeError: Offset is outside the bounds of the DataView
    at DataView.getInt32 (<anonymous>)
    at loadSkeletonEntities (http://localhost:3301/thematic-map-unity/lib/Cesium-supermap/Workers/S3MBTilesParser.js:1328:50)
    at parseS3MB (http://localhost:3301/thematic-map-unity/lib/Cesium-supermap/Workers/S3MBTilesParser.js:2270:9)
    at callAndWrap (http://localhost:3301/thematic-map-unity/lib/Cesium-supermap/Workers/createTaskProcessorWorker.js:60:35)
    at http://localhost:3301/thematic-map-unity/lib/Cesium-supermap/Workers/createTaskProcessorWorker.js:105:34"

如图:

经过调试发现最终问题来源:

这种问题如何解决???????????

1个回答

https://blog.csdn.net/echo_Ae/article/details/123715542

https://www.coder.work/article/7756108

这个报错不是webgl包的问题,是js代码使用不当导致的,可以参考相关博客处理

对应的模型看是否正常,可以在iserver预览看是否正常

或者在示例中加载看是否正常

http://support.supermap.com.cn:8090/webgl/examples/webgl/editor.html#S3MTiles_suofeiya

4,151EXP 2023年08月03日
已找到问题,版本依赖有问题..
...