#threejs 代码风格 https://github.com/mrdoob/three.js/wiki/Mr.doob%27s-Code-Style%E2%84%A2 #threejs 一个有趣的Load demo 包含了机械零件的装配动画 https://threejs.org/examples/#webgl_loader_collada_keyframe #threejs 点光源移动 包含了地板模型 https://threejs.org/examples/?q=webgl_lights_physical#webgl_lights_physical https://github.com/mrdoob/three.js/blob/master/examples/webgl_lights_physical.html #threejs 官方库 关于 显示全部的一个讨论 https://github.com/mrdoob/three.js/issues/6784 #threejs 关于路径 与拉伸建模的demo代码 https://github.com/mrdoob/three.js/blob/master/examples/webgl_geometry_shapes.html #一个飞机游戏的demo http://qianduan.guru/2016/06/12/The_Making_of_The_Aviator_Animating_a_Basic_3D_Scene_with_Three_js/ #游戏场景 一个工厂 里面有车 旋转循环 assimp2 https://threejs.org/examples/webgl_loader_assimp2json.html #一辆很牛逼的车. (金属材质) https://threejs.org/examples/#webgl_loader_ctm_materials #游戏人物载入. 换装 https://threejs.org/examples/#webgl_loader_md2 #多场景材质球库 https://threejs.org/examples/#webgl_multiple_elements #光线追踪Demo https://github.com/sbnietert/TypeScript-Ray-Tracer