king2088 / vue-3d-loader

VueJS and threeJS 3d viewer plugin
https://king2088.github.io/vue-3d-loader-docs
MIT License
242 stars 40 forks source link

大佬,比如我画了一个房子,上面有很多物品,我点击对应物品弹窗展示对应的信息,封装的这个点击事件支持嘛 #103

Closed FengIsTao closed 9 months ago

king2088 commented 9 months ago

支持,采用mousedown事件即可,如果点击时无法获取到模型信息,可以使用intersectrecursive属性获取深层模型信息https://king2088.github.io/vue-3d-loader-docs/zh/guide/api.html#intersectrecursive

FengIsTao commented 9 months ago

嗯,可以,谢谢大佬的回答