Appearance
const camera = new THREE.PerspectiveCamera(75, window.innerWidth / window.innerHeight, 0.1, 1000);
参数说明:
const camera = new THREE.OrthographicCamera(-1, 1, 1, -1, 0.1, 100);