Before reading this book, you should have already know much about the JavaScript programming language, and I will try hard to explain things in brief sentences and brings your thre...
3D图形编程是一个庞大的主题,从宏观角度,笔者将整个3D图形编程分为三个层次,既画出来、画的美以及画的快。本书的定位是画出来,目的是使用TypeScript语言和WebGL 3D API,实现WebGLApplication应用程序框架以及WebGLUtilLib封装库,渲染Quake3以及Doom3这两个引擎的场景和骨骼动画格式。通过本书,可以让各位读者详...