摘要: 观察坐标系 1. 定义摄像机的位置 const cameraPosition = new Vector3(0,0,10) 2. 指定摄像机的方向 // 摄像机看向坐标原点 const cameraTarget = new Vector3(0,0,0) // 用场景原点方向减去摄像机位置向量得到的结果 阅读全文
posted @ 2020-11-11 19:15 pluscat 阅读(297) 评论(0) 推荐(0)