快速上手Three.JS库
关于Three.JS
three.js是基于WebGL开发的一个3D视图引擎, 纯JS开发, 由于原WebGL的API设计对开发人员的数学要求极高(要懂什么变换矩阵, 高斯变换..), three.js在此基础上开发了清晰易懂的API, 使得Web端3D动画开发变得更加容易.
three.js的Github链接: https://github.com/mrdoob/three.js
Three.Js的官方文档 : https://threejs.org/docs/index.html#manual/introduction/Creating-a-scene
相关书籍: 《Three.JS 开发指南》