获取射线 Ray ray = cam.getPickRay(screenX, screenY);
计算距离 Vector3 position = new Vector3(); ray.origin.dst2(position);
本文标题:Ray射线
本文链接:https://www.haomeiwen.com/subject/icmabttx.html
网友评论