搜索资源列表
hfuman
- 一个用VC++做的3D魔方游戏,注意不是用JAVA做的哦-a VC do 3D Cube games, the attention was not so oh JAVA
Direct3D_1
- 适合于游戏开发的初学者使用的一个简单的3D开发环境-suited to the development of games beginners use a simple 3D development environment
3d(PDF)
- 3D数学基础-图形与游戏开发(PDF格式),游戏开发必备基础知识.
Staker_v0.5
- MATLAB实现的3D炮兵小游戏,要求R14SP3版本以上,内附帮助
2004042813464214311
- C++游戏, C++3D赛车,很不错,你们可以看看 -C++ Game, C++ 3D car racing, is pretty good, you can look at the
sya
- 《计算机图形学几何工具算法详解》 从中可以找到,许多关于3d游戏开发相关的数学的基础知识,尤其适合3d游戏的数学基础不好的初学者,您可以找到许多现成的伪码,相关的公式及原理,介绍的较好,易懂!-" Computer Graphics Geometric algorithms explain tools" can be found, much about 3d game development of basic math-related knowledge, particul
3DMath
- 关于一些3D游戏开发入门的一些与数学有关的基础知识,可供初学者研究和学习-Some basic knowledge of mathematics concerned about the entry of a number of 3D game development, research and learning for beginners
python核心编程(第二版)
- Python是纯粹的自由软件, 源代码和解释器CPython遵循 GPL(GNU General Public License)协议。Python语法简洁清晰,特色之一是强制用空白符(white space)作为语句缩进。 Python具有丰富和强大的库。它常被昵称为胶水语言,能够把用其他语言制作的各种模块(尤其是C/C++)很轻松地联结在一起。常见的一种应用情形是,使用Python快速生成程序的原型(有时甚至是程序的最终界面),然后对其中有特别要求的部分,用更合适的语言改写,比如3D游戏中的