摘要: /*** 场景(scene) ***/ var scene = new THREE.Scene(); // 创建场景 scene.add(x); // 插入场景 /*** 相机(camera) ***/ // 正交投影相机 var camera = new THREE.OrthographicCamera(left, right, top, bottom, n... 阅读全文
posted @ 2016-05-27 23:07 告白,花,狼 阅读(7674) 评论(0) 推荐(0) 编辑