搜索资源列表
duo
- 名称叫做多边形游戏,是算法设计技巧与分析中经常会遇到的一类问题,主要是由贪心法来解决-Name of the game called the polygon is algorithm design techniques and analysis of a class of frequently encountered problems, mainly by the greedy method to solve
diangdianfancun
- 速度是3D程序中最重要的指标,你必须限制绘制的多边形的个数,或者提高显卡绘制多边形的效率。显卡最近增加了一个新的扩展,叫做顶点缓存VS,它直接把顶点放置在显卡中的高速缓存中,极大的增加了绘制速度。 -The speed is the most important indicator of the 3D program, you must limit the number of polygon draw, or to improve the efficiency of the graphics
游戏编程精粹1(PDF+源代码)
- 中文名:游戏编程精粹 英文名:Game Programming Gems 作者:【美】Mark Deloura 内容简介:本书内容涉及游戏通用编程、数学技巧、人工智能、多边形技术、像素特效等内容,本书附录提供了矩阵工具库、文本工具库等工具,对照源码学习可以迅速提升你的游戏开发水平。