threejs:位置的度量单位如何表示?

threejs: How the Unit of Measure of represent for position?

如果网格从位置 (0,0,0) 移动到 (10,0,0)。网格在 x 方向的新位置是“10”。那么,位置的 UOM 是多少。单位是米还是毫米还是厘米。

即10 米或 10 毫米或 10 厘米或 10 像素?

官方的回答是ThreeJS使用的是SI单位。因此距离以米为单位:

https://github.com/mrdoob/three.js/issues/6259