资源列表
CH4-9
- 2d中雪花下落的效果,随机产生的雪的图片, 加入背景图-2d which snowflakes whereabouts of the results, randomly generated pictures of the snow by adding background map
daoche
- 高级directx开发, tile based 引擎, 支持3d模型
DirectXDelphiWebcamCapture
- Video capture with DirectShow example
options
- 360核心库, 360核心库,360核心库-360 browser core library
sf_2004113092912
- directx9.0 教程 可以帮助爱好游戏编程的朋友更快的熟悉编程方法。-directx9.0 can help guide the game-loving friends programming faster familiar programming methods.
DX_entryProcedures
- directX入门编程,学习directX的小程序,C++ win32平台开发,适合初学directX-directX entry programming, learning directX applets, C win32 platform, suitable for beginners directX
PlaySound
- 从资源文件中,载入音声,图片等,并播放声音,或者显示 HINSTANCE h=AfxGetInstanceHandle() HRSRC hr=FindResource(h,\"IDW\",\"WAVE\") HGLOBAL hg=LoadResource(h,hr) LPSTR lp=(LPSTR)LockResource(hg) sndPlaySound(lp,SND_MEMORY|SND_ASYNC) FreeResource(hg) r
wx_demo.zip
- 一个象《帝国时代》游戏里车辆射击的小游戏例子,使用到前面的DXGuide.zip
CbuilderDirectX.RAR
- C++ BuilderDirectX示例,对于学习3D编程很有帮助。-C++ Builder DirectX sample, useful for learning 3D programming.
wx_demo
- 一个象《帝国时代》游戏里车辆射击的小游戏例子,使用到前面的DXGuide.zip- In an elephant "Empire Time" plays the small game example which the vehicles fire, uses front DXGuide.zip
Ex005
- 学习VC++编制的基于DirectShow视频捕获程序,主要练习基于DirectShow程序的应用。 1. 基于DirectShow视频预览; 2. 基于DirectShow视频录像; -Learning VC++ DirectShow-based video capture compiled program, the main practice DirectShow-based application program. 1 Based on DirectShow video pre
XRay(VC++)
- 利用DirectX8,绘制了一个轮胎,该轮胎含有光照和纹理,实时绘制的效果很好.