标签: java 3d libgdx
我的应用程序中有简单的3D模型。我想知道是否有可能检测到模型实例上的点击。我已经创建了模型和模型实例对象。然后我渲染它,它可以在屏幕上看到。
if(Intersector.intersectRaySphere(ray, modelInstancePosition, modelInstanceRadius , null ))