-
Physically Based Rendering, Second Edition
-
Interactive Computer Graphics
Computer animation and graphics--once rare, complicated, and comparatively expensive--are now prevalent in everyday life from the computer screen to the movie screen. Interactive Computer Graphics is the only introduction to computer graphics text for undergraduates that fully integrates OpenGL(R) and emphasizes application-based programming. Using C and C++, the top-down, programming-oriented approach allows for coverage of engaging 3D material early in the course so students immediately begin to create their own 3D graphics. Low-level algorithms (for topics such as line drawing and filling polygons) are presented after students learn to create graphics. This book is suitable for undergraduate students in computer science and engineering, for students in other disciplines who have good programming skills, and for professionals. -
计算机动画算法与技术
《计算机动画算法与技术(第2版)》详细阐述了与计算机动画算法相关的高效解决方案及相应的数据结构和算法,主要包括技术背景知识、插值技术、插值动画技术、运动链接、运动捕捉、物理动画、流体、人物角色的建模和动画、面部动画、建模行为以及特殊动画模型等内容。此外,《计算机动画算法与技术(第2版)》还提供了相应的算法、代码以及伪代码,以帮助读者进一步理解相关方案的实现过程。 -
计算机图形学与几何造型导论
《世界著名计算机教材精选:计算机图形学与几何造型导论》是世界著名计算机教材精选之一。《世界著名计算机教材精选:计算机图形学与几何造型导论》共四部分三十章节,内容包括乌龟绘图,应用递归乌龟程序生成分形,分形的奇特性质,仿射变换,仿射几何:二维计算机图形学的连点过程,应用迭代函数系统生成分形,不动点定理及其推论,递归乌龟程序与共形迭代函数系统等。《世界著名计算机教材精选:计算机图形学与几何造型导论》可作为高等学校高年级本科生和研究生的教材,亦可作为相关学科研究人员和技术人员的参考用书。 -
3D Math Primer for Graphics and Game Development
-
游戏开发的数学和物理
本书严格选取了游戏开发中最常用的数学和物理学知识,通过游戏开发实例,配上丰富的插图,以从易到难的顺序进行讲解。第1章到第5章分别讲解了物体的运动、卷动、碰撞检测、光线的制作、画面切换的细分处理。这五章将2D游戏必需的知识一网打尽,同时还严格挑选了少量3D游戏编程的基础内容以供参考。第6章系统梳理了游戏开发的数学和物理学理论,帮助读者更好地理解前五章的内容。 本书适合网络和手机游戏开发者阅读。