搜索资源列表
用D3D模拟地月系
- 一、建立空窗体 新建一个工程,添加引用,并导入名称空间。 加入一个设备对象变量: private Microsoft.DirectX.Direct3D.Device device = null; 添加初始化图形函数,并在这里面对设备对象进行实例化: public void InitializeGraphics() { PresentParameters presentParams = new PresentParam
MouseMoving.rar
- 模拟3D网游鼠标旋转移动的Direct3D程序,3D simulation of rotary movement of the mouse network Direct3D procedures
mouse_pick_point
- 该代码用了VTK中的鼠标去点方式在三维体上进行取点,非常易于操作,要进行三维人机交互的朋友可以,下载下来学习。-VTK The code used to point the mouse in the three-dimensional body on the access points, very easy to operate, three-dimensional human-computer interaction to be friends can download them to lea
Direct3DCameraSample
- 一个实现了Direct3D的动态摄影机的例子 在这个例子中我先创建了一个Mesh模型 然后通过动态的给view矩阵赋值实现了像CS中的摄影机移动的效果 用户可以使用WASD平移摄影机 使用鼠标调整摄影机的焦点-An implementation of the Direct3D example of the dynamic camera in this example I first created a Mesh model and then to the view through the dyn
textureBlending
- Direct3D 摄像机,灯光,纹理代码(使用Shader)。 具体包括:通过鼠标和键盘控制摄像机;灯光反射,多层纹理融合,自动生成贴图坐标等等。-Direct3D camera, lighting, texture code (using Shader). Including: light reflection, multi-layer texture blending control the camera via mouse and keyboard automatically gen
D3Ddemo15
- 一个综合型的Direct3D示例程序,用键盘上W,A,S,D,I,J,K,L,↑,↓,←,→12个键加上鼠标在美丽的三维空间中翱翔。包括了Direct3D初始化,DirectInput输入处理,顶点缓存,光照与材质,文字输出,颜色,纹理贴图,四大变换,网格模型,X文件载入等等知识(当然还有默认被开启的深度缓存)。-A comprehensive, Direct3D sample program using the keyboard W, A, S, D, I, J, K, L, ↑, ↓, ←,
D3Ddemo
- 一个综合型的Direct3D示例程序,用键盘上W,A,S,D,I,J,K,L,↑,↓,←,→12个键加上鼠标在美丽的三维空间中翱翔。包括了Direct3D初始化,DirectInput输入处理,顶点缓存,光照与材质,文字输出,颜色,纹理贴图,四大变换,网格模型,X文件载入等等知识(当然还有默认被开启的深度缓存)。-A comprehensive, Direct3D sample program using the keyboard W, A, S, D, I, J, K, L, ↑, ↓, ←,
Doddle_Jump
- 利用SDL实现一个桌面小游戏,涂鸦跳跃。SDL(Simple DirectMedia Layer)是一套开放源代码的跨平台多媒体开发库,使用C语言写成。-use SDL to make a game name noodle jumper About SDL Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, ke