-
d3d9wj
说明: #include
#include "d3d9.h"
#include "main.h"
tDirect3DCreate9 oDirect3DCreate9;
IDirect3D9 *APIENTRY hkDirect3DCreate9(UINT SDKVersion)
{
IDirect3D9 *d3dint = oDirect3DCreate9(SDKVersion);
if( d3dint != NULL )
{
hkIDirect3D9 *ret = new hkIDirect3D9(&d3dint);
add_log("Direct3DCreate9(%i) succeeded...", SDKVersion);
add_log("Hooked Direct3D9 interface: 0x%x -> 0x%x", ret->m_pD3Dint, ret);
}
else
add_log("Direct3DCreate9(%i) failed...", SDKVersion);
return d3dint;
}
- 2020-06-22 08:00:02下载
- 积分:1
-
20157
OpenGL控制球体源码程序,结合易语言OPenGL支持库和DirectX2D支持库,实现球体的转动。(OpenGL sphere source control program , combined with easy language support library and DirectX2D OPenGL support library that implements the rotation of the sphere.)
- 2015-04-29 19:30:20下载
- 积分:1
-
directx 战机游戏DEMO,功能还不甚完善,有兴趣的可以一起研究.
directx 战机游戏DEMO,功能还不甚完善,有兴趣的可以一起研究.-DirectX games DEMO fighters, features not perfect, are interested can study together.
- 2022-03-05 06:03:34下载
- 积分:1
-
DocumentsX
在 VB 上开发 DirectX 的指导(developed in VB DirectX guidance)
- 2006-12-31 16:45:40下载
- 积分:1
-
Direct3D is the component of DirectX that can render immersive 3D worlds. Direct...
Direct3D is the component of DirectX that can render immersive 3D worlds. Direct3D is ideally suited for programs that allow the operator to fly through complex models in 3D space. The specific model I tackled was a model of the Munsell color solid. The Munsell color solid is a model for the range of colors perceivable by the human eye. It was developed back in 1905 by Albert H. Munsell. It is called a color solid because the color varies continuously throughout the volume of the model.
- 2022-03-13 09:53:00下载
- 积分:1
-
DirectX高级动画与匹配的代码,dricetx9的详细说明…
Advanced Animation with DirectX 书的配套代码,详细讲解了用DricetX9 制作高级3D动画,对游戏开发者有帮助。-DirectX Advanced Animation with the matching code, detailed account of DricetX9 produced using advanced 3D animation, game developers to help.
- 2022-02-12 08:53:19下载
- 积分:1
-
本程序在Windows 2000、VisualC++6.0、DirectX 9.0 环境下编译通过。
本程序在Windows 2000、VisualC++6.0、DirectX 9.0 环境下编译通过。-this program in Windows 2000, Visual C 6.0, DirectX 9.0 environment compile.
- 2023-06-24 12:20:03下载
- 积分:1
-
图书《3D游戏编程》的配套源代码(包含书中全部演示代码)。...
图书《3D游戏编程》的配套源代码(包含书中全部演示代码)。-books "3D game programming" supporting source code (the book includes all the demo code).
- 2022-02-25 01:40:41下载
- 积分:1
-
编译环境Vistual2005,DirectX9.0C(2007年10月SDK)。功能为控制一辆坦克车在屏幕中行走。参考了Wii上坦克游戏,除了行走,还可以旋转...
编译环境Vistual2005,DirectX9.0C(2007年10月SDK)。功能为控制一辆坦克车在屏幕中行走。参考了Wii上坦克游戏,除了行走,还可以旋转炮台。属于初学者基础参考程序。
资源主要是载入了坦克车体和炮台的.X文件。
-Compiler environment Vistual2005, DirectX9.0C (2007 on 10 years SDK). Function for the control of a tank running in the screen. Reference to the tanks Wii games, apart from walking, you can rotate Fort. Are the basis of reference procedures for beginners. Resources is included in the main tank body and the Fort. X document.
- 2023-01-01 22:50:03下载
- 积分:1
-
一个简单的DX7游戏,可作为DDraw的入门。
一个简单的DX7游戏,可作为DDraw的入门。-A simple DX7 games, can be used as DDraw entry.
- 2022-01-25 21:59:46下载
- 积分:1