#多边形建模与Threejs https://www.smashingmagazine.com/2013/09/introduction-to-polygonal-modeling-and-three-js/ #源码注释 https://github.com/omni360/three.js.sourcecode #PDF Threejs 介绍 http://davidscottlyons.com/threejs/presentations/frontporch14/index.html#slide-0 #学习threejs 博客 http://learningthreejs.com/blog/archives/ #问题讨论 https://github.com/mrdoob/three.js/issues/1979 #大量jsDemo 带演示 http://stemkoski.github.io/Three.js/ #如何渲染 对象 Z buff? https://stackoverflow.com/questions/12666570/how-to-change-the-zorder-of-object-with-threejs https://stackoverflow.com/users/1461008/westlangley #threejs 内存管理 https://github.com/mrdoob/three.js/issues/5175