文件名称:DirectX
-
所属分类:
- 标签属性:
- 上传时间:2013-06-20
-
文件大小:6.68mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
DirectX(模型导入拾取测试)bool Direct3D::InitDirect()
{
IDirect3D9 * d3d9
d3d9=Direct3DCreate9(D3D_SDK_VERSION)
D3DPRESENT_PARAMETERS d3dpp
ZeroMemory(&d3dpp,sizeof(d3dpp))
d3dpp.BackBufferHeight=m_fHeight
d3dpp.BackBufferWidth= m_fWidth
d3dpp.BackBufferCount=1
d3dpp.Windowed= m_bWindowed
d3dpp.hDeviceWindow=m_hWnd
d3dpp.BackBufferFormat= D3DFMT_A8R8G8B8
d3dpp.AutoDepthStencilFormat= D3DFMT_D24S8
d3dpp.MultiSampleType= D3DMULTISAMPLE_NONE
d3dpp.EnableAutoDepthStencil= true
d3dpp.Flags=0
d3dpp.SwapEffect=D3DSWAPEFFECT_DISCARD
if(d3d9)
{
HRESULT hr=d3d9->CreateDevice(D3DADAPTER_DEFAULT,m_d3dType,m_hWnd,D3DCREATE_SOFTWARE_VERTEXPROCESSING,&d3dpp,&m_d3dDevice)
if(FAILED(hr))
return false
}
return true
}-DirectXbool Direct3D::InitDirect()
{
IDirect3D9* d3d9
d3d9=Direct3DCreate9(D3D_SDK_VERSION)
D3DPRESENT_PARAMETERS d3dpp
ZeroMemory(&d3dpp,sizeof(d3dpp))
d3dpp.BackBufferHeight=m_fHeight
d3dpp.BackBufferWidth= m_fWidth
d3dpp.BackBufferCount=1
d3dpp.Windowed= m_bWindowed
d3dpp.hDeviceWindow=m_hWnd
d3dpp.BackBufferFormat= D3DFMT_A8R8G8B8
d3dpp.AutoDepthStencilFormat= D3DFMT_D24S8
d3dpp.MultiSampleType= D3DMULTISAMPLE_NONE
d3dpp.EnableAutoDepthStencil= true
d3dpp.Flags=0
d3dpp.SwapEffect=D3DSWAPEFFECT_DISCARD
if(d3d9)
{
HRESULT hr=d3d9->CreateDevice(D3DADAPTER_DEFAULT,m_d3dType,m_hWnd,D3DCREATE_SOFTWARE_VERTEXPROCESSING,&d3dpp,&m_d3dDevice)
if(FAILED(hr))
return false
}
return true
}
{
IDirect3D9 * d3d9
d3d9=Direct3DCreate9(D3D_SDK_VERSION)
D3DPRESENT_PARAMETERS d3dpp
ZeroMemory(&d3dpp,sizeof(d3dpp))
d3dpp.BackBufferHeight=m_fHeight
d3dpp.BackBufferWidth= m_fWidth
d3dpp.BackBufferCount=1
d3dpp.Windowed= m_bWindowed
d3dpp.hDeviceWindow=m_hWnd
d3dpp.BackBufferFormat= D3DFMT_A8R8G8B8
d3dpp.AutoDepthStencilFormat= D3DFMT_D24S8
d3dpp.MultiSampleType= D3DMULTISAMPLE_NONE
d3dpp.EnableAutoDepthStencil= true
d3dpp.Flags=0
d3dpp.SwapEffect=D3DSWAPEFFECT_DISCARD
if(d3d9)
{
HRESULT hr=d3d9->CreateDevice(D3DADAPTER_DEFAULT,m_d3dType,m_hWnd,D3DCREATE_SOFTWARE_VERTEXPROCESSING,&d3dpp,&m_d3dDevice)
if(FAILED(hr))
return false
}
return true
}-DirectXbool Direct3D::InitDirect()
{
IDirect3D9* d3d9
d3d9=Direct3DCreate9(D3D_SDK_VERSION)
D3DPRESENT_PARAMETERS d3dpp
ZeroMemory(&d3dpp,sizeof(d3dpp))
d3dpp.BackBufferHeight=m_fHeight
d3dpp.BackBufferWidth= m_fWidth
d3dpp.BackBufferCount=1
d3dpp.Windowed= m_bWindowed
d3dpp.hDeviceWindow=m_hWnd
d3dpp.BackBufferFormat= D3DFMT_A8R8G8B8
d3dpp.AutoDepthStencilFormat= D3DFMT_D24S8
d3dpp.MultiSampleType= D3DMULTISAMPLE_NONE
d3dpp.EnableAutoDepthStencil= true
d3dpp.Flags=0
d3dpp.SwapEffect=D3DSWAPEFFECT_DISCARD
if(d3d9)
{
HRESULT hr=d3d9->CreateDevice(D3DADAPTER_DEFAULT,m_d3dType,m_hWnd,D3DCREATE_SOFTWARE_VERTEXPROCESSING,&d3dpp,&m_d3dDevice)
if(FAILED(hr))
return false
}
return true
}
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DirectX(模型导入拾取测试)/
DirectX(模型导入拾取测试)/Debug/
DirectX(模型导入拾取测试)/Debug/DirectX.exe
DirectX(模型导入拾取测试)/Debug/DirectX.ilk
DirectX(模型导入拾取测试)/Debug/DirectX.pdb
DirectX(模型导入拾取测试)/DirectX/
DirectX(模型导入拾取测试)/DirectX/Camera.cpp
DirectX(模型导入拾取测试)/DirectX/Camera.h
DirectX(模型导入拾取测试)/DirectX/DXdevice.cpp
DirectX(模型导入拾取测试)/DirectX/DXdevice.h
DirectX(模型导入拾取测试)/DirectX/Debug/
DirectX(模型导入拾取测试)/DirectX/Debug/BuildLog.htm
DirectX(模型导入拾取测试)/DirectX/Debug/Camera.obj
DirectX(模型导入拾取测试)/DirectX/Debug/DXdevice.obj
DirectX(模型导入拾取测试)/DirectX/Debug/DirectX.exe.embed.manifest
DirectX(模型导入拾取测试)/DirectX/Debug/DirectX.exe.embed.manifest.res
DirectX(模型导入拾取测试)/DirectX/Debug/DirectX.exe.intermediate.manifest
DirectX(模型导入拾取测试)/DirectX/Debug/DirectX.obj
DirectX(模型导入拾取测试)/DirectX/Debug/DirectX.pch
DirectX(模型导入拾取测试)/DirectX/Debug/DirectX.res
DirectX(模型导入拾取测试)/DirectX/Debug/mt.dep
DirectX(模型导入拾取测试)/DirectX/Debug/stdafx.obj
DirectX(模型导入拾取测试)/DirectX/Debug/vc90.idb
DirectX(模型导入拾取测试)/DirectX/Debug/vc90.pdb
DirectX(模型导入拾取测试)/DirectX/DirectX.cpp
DirectX(模型导入拾取测试)/DirectX/DirectX.h
DirectX(模型导入拾取测试)/DirectX/DirectX.ico
DirectX(模型导入拾取测试)/DirectX/DirectX.rc
DirectX(模型导入拾取测试)/DirectX/DirectX.vcproj
DirectX(模型导入拾取测试)/DirectX/DirectX.vcproj.123-PC.123.user
DirectX(模型导入拾取测试)/DirectX/DirectX.vcproj.HL-20111118VONO.Administrator.user
DirectX(模型导入拾取测试)/DirectX/DirectX.vcproj.stu5585.Administrator.user
DirectX(模型导入拾取测试)/DirectX/DirectX.vcproj.stu76.Administrator.user
DirectX(模型导入拾取测试)/DirectX/ReadMe.txt
DirectX(模型导入拾取测试)/DirectX/Resource.h
DirectX(模型导入拾取测试)/DirectX/airplane 2.x
DirectX(模型导入拾取测试)/DirectX/bihull.bmp
DirectX(模型导入拾取测试)/DirectX/small.ico
DirectX(模型导入拾取测试)/DirectX/stdafx.cpp
DirectX(模型导入拾取测试)/DirectX/stdafx.h
DirectX(模型导入拾取测试)/DirectX/targetver.h
DirectX(模型导入拾取测试)/DirectX/wings.bmp
DirectX(模型导入拾取测试)/DirectX.ncb
DirectX(模型导入拾取测试)/DirectX.sln
DirectX(模型导入拾取测试)/DirectX.suo
DirectX(模型导入拾取测试)/Debug/
DirectX(模型导入拾取测试)/Debug/DirectX.exe
DirectX(模型导入拾取测试)/Debug/DirectX.ilk
DirectX(模型导入拾取测试)/Debug/DirectX.pdb
DirectX(模型导入拾取测试)/DirectX/
DirectX(模型导入拾取测试)/DirectX/Camera.cpp
DirectX(模型导入拾取测试)/DirectX/Camera.h
DirectX(模型导入拾取测试)/DirectX/DXdevice.cpp
DirectX(模型导入拾取测试)/DirectX/DXdevice.h
DirectX(模型导入拾取测试)/DirectX/Debug/
DirectX(模型导入拾取测试)/DirectX/Debug/BuildLog.htm
DirectX(模型导入拾取测试)/DirectX/Debug/Camera.obj
DirectX(模型导入拾取测试)/DirectX/Debug/DXdevice.obj
DirectX(模型导入拾取测试)/DirectX/Debug/DirectX.exe.embed.manifest
DirectX(模型导入拾取测试)/DirectX/Debug/DirectX.exe.embed.manifest.res
DirectX(模型导入拾取测试)/DirectX/Debug/DirectX.exe.intermediate.manifest
DirectX(模型导入拾取测试)/DirectX/Debug/DirectX.obj
DirectX(模型导入拾取测试)/DirectX/Debug/DirectX.pch
DirectX(模型导入拾取测试)/DirectX/Debug/DirectX.res
DirectX(模型导入拾取测试)/DirectX/Debug/mt.dep
DirectX(模型导入拾取测试)/DirectX/Debug/stdafx.obj
DirectX(模型导入拾取测试)/DirectX/Debug/vc90.idb
DirectX(模型导入拾取测试)/DirectX/Debug/vc90.pdb
DirectX(模型导入拾取测试)/DirectX/DirectX.cpp
DirectX(模型导入拾取测试)/DirectX/DirectX.h
DirectX(模型导入拾取测试)/DirectX/DirectX.ico
DirectX(模型导入拾取测试)/DirectX/DirectX.rc
DirectX(模型导入拾取测试)/DirectX/DirectX.vcproj
DirectX(模型导入拾取测试)/DirectX/DirectX.vcproj.123-PC.123.user
DirectX(模型导入拾取测试)/DirectX/DirectX.vcproj.HL-20111118VONO.Administrator.user
DirectX(模型导入拾取测试)/DirectX/DirectX.vcproj.stu5585.Administrator.user
DirectX(模型导入拾取测试)/DirectX/DirectX.vcproj.stu76.Administrator.user
DirectX(模型导入拾取测试)/DirectX/ReadMe.txt
DirectX(模型导入拾取测试)/DirectX/Resource.h
DirectX(模型导入拾取测试)/DirectX/airplane 2.x
DirectX(模型导入拾取测试)/DirectX/bihull.bmp
DirectX(模型导入拾取测试)/DirectX/small.ico
DirectX(模型导入拾取测试)/DirectX/stdafx.cpp
DirectX(模型导入拾取测试)/DirectX/stdafx.h
DirectX(模型导入拾取测试)/DirectX/targetver.h
DirectX(模型导入拾取测试)/DirectX/wings.bmp
DirectX(模型导入拾取测试)/DirectX.ncb
DirectX(模型导入拾取测试)/DirectX.sln
DirectX(模型导入拾取测试)/DirectX.suo
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.