Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我应该如何在three.js中将相机碰撞添加到地形。
地形来自“mrdoob's three.js”示例,是随机生成的,我目前正在将其转换为高度图。
我正在考虑按如下方式实施碰撞:
我该怎么做呢?
理论是您从您所在的位置(相机位置)直接向下发送射线。您找到交点并根据距离决定要做什么。实施明智的我不能帮助你,但 THREE.Ray 应该帮助你。