three.js基礎雜物

/*** 場景(scene) ***/ var scene = new THREE.Scene(); // 建立場景 scene.add(x); // 插入場景 /*** 相機(camera) ***/ // 正交投影相機 var camera = new THREE.OrthographicCamera(left, right, top, bottom, ne
相關文章
相關標籤/搜索