搜索资源列表
Example_DirectDraw
- 也是一个3D程序源代码,这个程序使用了DirectDraw API可以实现对一些复杂的图形图像的绘制与显示,里面的函数和代码的实现比较经典,可以作为你开发类似程序的范例。-Is a 3D program source code, this procedure uses the DirectDraw API can be achieved for some complex graphics rendering and display images inside the function and c
terrain
- 一个DX9的地形类,里面有绘制一个地形所需要的所有函数,适合初学者- terrain cpp
BCIjiemian
- 本代码实现了用户界面的设计 界面包括bci的刺激范式:随机闪烁的图片和输出结果显示 使用DirectX实现刺激界面的编程,导入其中的ddraw、dinput、dxguid静态链接库,并使用其中的函数来实现屏幕中灯的绘制和闪烁,导入winio静态链接库控制设备I/O端口直接驱动显卡控制屏幕上灯的闪烁频率,以获得稳定的闪烁频率,最后导入winmm静态链接库使键盘能够对刺激界面进行有效控制。-This code implements the user interface design interfac
directx9
- 使用DirectX9.0实现了基本图元的绘制(需要将Render函数中的注释去掉才能看见),实现了X文件的读入显示。初学DirectX编程很好的参考。-Using DirectX9.0 and VC to draw some basic pictures, reading .x file and display it, this application is a demo for all DirectX_starters to learn.
renderTestAPP
- 基于DX9的一个渲染程序,模拟实现了DX渲染流水线,使用点绘制操作封装了各种光栅化函数,最后通过自定义的流水线实现了3D绘制效果。压缩包里带有一定的说明文档。-DX9-based rendering of a program to simulate achieve a DX rendering pipeline, using the dot drawing operations encapsulate various rasterization functions, and finally th
MeshDemo
- direct3d 中mesh使用的小案例。主要使用dx提供的简单绘制mesh函数带有项目框架-dx mesh