搜索资源列表
Isometric-engine
- 斜视角图形引擎的设计 这是讲述斜视角图形引擎的设计原理 目录 1.视角的选择和坐标变换 2.地表的数据组织及滚屏 3.动态地表的实现 4.物体的绘制及遮挡运算 5.复杂的精灵控制 6.让场景更生动 7.深入了解物体精灵 8.精灵的影子处理-Squint angle graphics engine design is about the design principles of the oblique perspective graphics engine
数据存取代码
- 使用unity开发游戏过程中,经常需要存储大量数据。然后在需要时读取某个数据。本段代码很好的处理了这一问题(When developing games with unity, you often need to store large amounts of data. Then read a data when needed. This section of the code is a good deal with this problem)