Accurate Mouse Picking on Skinned mesh (bones)

回眸只為那壹抹淺笑 提交于 2019-12-21 22:34:11

问题


We are using Skinned meshes (with bones to deform it), and are looking to implement face accurate mouse picking for the faces on the SkinnedMesh. ( so we can pick a face and get it's coordinates ) .

The mesh skin deformation is done on the GPU - which presents an issue reading transformed vertices back out - and for accurate mouse picking.

has anyone got any pointers to implement this functionality ? or is there a solution for this somewhere ( I have been looking for a while ) ?

We are using Three.js r67. - but happy to migrate to any version if there is a solution for this.

Thank you for your help / time.

来源:https://stackoverflow.com/questions/25285711/accurate-mouse-picking-on-skinned-mesh-bones

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!