1.0.0 • Published 4 years ago

savoy.extension.imagemark v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

图片标注

如何使用

// 引用
import ImageMark from "savoy.extension.imagemark"

// 加载
var position = new THREE.Vector3(67.70036133630214, 25.100444928266597, 95.89776396284714)
var icon = "./assets/camera.png"
var imageMarker = new ImageMark(this.viewer, position, icon, null, null);
imageMarker.setVisible(true)

//删除
imageMarker.remove()

修改