2013-02-13 168 views

回答

13

爲對象的局部座標系中的一個點,

object.localToWorld(point); 

將返回該點的世界座標,假設相同變換應用於點如同應用於對象一樣。

three.js r.55

相關問題