首页 / 浏览问题 / WebGIS / 问题详情
webGL是否有接口能让小车模型按照绘制的路径移动
8EXP 2024年02月19日
有没有啊

1个回答

你好,如果是以entity加载的模型,可以使用回调函数CallbackProperty来动态更新模型的位置,参考:

https://blog.csdn.net/supermapsupport/article/details/103006226

https://blog.csdn.net/weixin_45782925/article/details/123430335

或者使用Kml添加模型,通过设置Kml文件的节点参数来实现动态效果:

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

1,865EXP 2024年02月19日
...