js does the heavy work for us. Use THREE.PlaneGeometry to create a ground plane: var geometry = new THREE.PlaneGeometry(60, 60, 9, 9);
確定! 回上一頁