请问各位老师,有什么办法根据xy坐标在模型上生成点和线? 类似于标注的这种效果。
为什么不试试神奇的threejs
创建画布viewer.impl.createOverlayScene("overlayName")
threejs创建mesh,略
把mesh画到画布上viewer.impl.addOverlay(this.overlayName, this.control);
刷新画布viewer.impl.invalidate(true, true, true);
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(1)
为什么不试试神奇的threejs
创建画布
viewer.impl.createOverlayScene("overlayName")
threejs创建mesh,略
把mesh画到画布上
viewer.impl.addOverlay(this.overlayName, this.control);
刷新画布
viewer.impl.invalidate(true, true, true);