解答: 將方塊旋轉加到 fillScene() 的結尾:

1
2
3
cube.rotation.y = -60 * Math.PI/180;

scene.add( cube );