How can I set Z up coordinate system in three.js? You can set the up vector of the camera using camera.up.set(0,0,1);. Then, it will work like you expect.
確定! 回上一頁