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

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

scene.add( cube );