搜索资源列表
用D3D模拟地月系
- 一、建立空窗体 新建一个工程,添加引用,并导入名称空间。 加入一个设备对象变量: private Microsoft.DirectX.Direct3D.Device device = null; 添加初始化图形函数,并在这里面对设备对象进行实例化: public void InitializeGraphics() { PresentParameters presentParams = new PresentParam
textrue3d_opengl
- 文件为基于OPENGL的3D纹理贴图程序,适合于初学者,为红宝书源码例程-Paper-based OPENGL, 3D texture mapping process, suitable for beginners, for the Little Red Book source code routines