搜索资源列表
用D3D模拟地月系
一、建立空窗体
新建一个工程,添加引用,并导入名称空间。
加入一个设备对象变量:
private Microsoft.DirectX.Direct3D.Device device = null;
添加初始化图形函数,并在这里面对设备对象进行实例化:
aHookExample
- used to hook EndScene for any directx games
delphixsource_08
- DELPHIX PACK E: * FEATURES: a) Implement Hardware acceleration for critical function like DrawAlpha {Blend}, DrawSub and DrawAdd for both way DXIMAGELIST and DIRECTDRAWSURFACE with rotation too. b) Automatic adju
Direct3DHook
- directx 3d hook,用callback的方式,提供endscene()和reset()的hook,很好的例子,供有志于hook dx3d的同学参考学习-directx 3d hook, provide endscene() and reset() hook in call back,good example
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 沪ICP备09016508号
1999-2046 源码中国 All Rights Reserved.