ThreeJS如何移动场景的中心协调?

时间:2016-03-10 01:01:15

标签: three.js

我试图将场景的中心从网格的中心X移动到最低的x点(地面交叉点)?因为我需要使用Raycaster根据中心(0,0,0)检查交叉点?

enter image description here

1 个答案:

答案 0 :(得分:1)

如果geometry.boundingBox未定义,那么您可以通过

计算它
geometry.computeBoundingBox ()

更新geometry.boundingBox属性。

然后,您可以使用geometry.boundingBox.mingeometry.boundingBox.max来确定移动模型的数量。