资源简介
基于vc++、opengl的开发技术、直接读取3ds文件,实现飞机飞行的3d效果,效果极佳,供有需要者下载学习
代码片段和文件信息
// Control.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “Control.h“
#include “ControlDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CControlApp
BEGIN_MESSAGE_MAP(CControlApp CWinApp)
//{{AFX_MSG_MAP(CControlApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CControlApp construction
CControlApp::CControlApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CControlApp object
CControlApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CControlApp initialization
BOOL CControlApp::InitInstance()
{
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
CControlDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 26188 2006-08-12 23:03 读取3ds文件模拟飞机飞行\3DS.CPP
文件 4462 2006-08-12 23:00 读取3ds文件模拟飞机飞行\3DS.H
文件 34484 2006-08-12 20:59 读取3ds文件模拟飞机飞行\Control.aps
文件 918 2006-08-12 22:34 读取3ds文件模拟飞机飞行\Control.clw
文件 2077 2006-08-12 15:31 读取3ds文件模拟飞机飞行\Control.cpp
文件 4481 2011-11-22 20:57 读取3ds文件模拟飞机飞行\Control.dsp
文件 539 2006-08-12 17:19 读取3ds文件模拟飞机飞行\Control.dsw
文件 1335 2006-08-12 15:31 读取3ds文件模拟飞机飞行\Control.h
文件 91136 2011-11-22 20:57 读取3ds文件模拟飞机飞行\Control.ncb
文件 49664 2011-11-22 20:57 读取3ds文件模拟飞机飞行\Control.opt
文件 747 2011-11-22 20:56 读取3ds文件模拟飞机飞行\Control.plg
文件 4373 2006-08-12 20:59 读取3ds文件模拟飞机飞行\Control.rc
文件 3028 2006-08-12 20:26 读取3ds文件模拟飞机飞行\ControlDlg.cpp
文件 1365 2006-08-12 16:07 读取3ds文件模拟飞机飞行\ControlDlg.h
文件 21824 2003-04-01 00:05 读取3ds文件模拟飞机飞行\Data\plane\plane1.3DS
文件 199734 2003-03-22 20:30 读取3ds文件模拟飞机飞行\Data\plane\polyship.jpg
文件 199734 2003-03-22 20:30 读取3ds文件模拟飞机飞行\Data\plane\spaceshiptexture.bmp
..A.SH. 35328 2006-08-12 22:50 读取3ds文件模拟飞机飞行\Data\plane\Thumbs.db
文件 17462 2002-12-24 11:58 读取3ds文件模拟飞机飞行\Data\texture\FLOOR.BMP
文件 786486 2002-12-24 11:58 读取3ds文件模拟飞机飞行\Data\texture\SKY.BMP
文件 66614 2002-12-24 11:58 读取3ds文件模拟飞机飞行\Data\texture\SKY1.BMP
..A.SH. 24064 2006-08-12 23:05 读取3ds文件模拟飞机飞行\Data\texture\Thumbs.db
文件 66614 2002-12-24 11:58 读取3ds文件模拟飞机飞行\Data\texture\WATER.BMP
文件 12190 2006-08-12 23:04 读取3ds文件模拟飞机飞行\OpenGL.cpp
文件 2671 2006-08-12 22:37 读取3ds文件模拟飞机飞行\OpenGL.h
文件 3597 2006-08-12 15:31 读取3ds文件模拟飞机飞行\ReadMe.txt
文件 1078 2006-08-12 15:31 读取3ds文件模拟飞机飞行\res\Control.ico
文件 399 2006-08-12 15:31 读取3ds文件模拟飞机飞行\res\Control.rc2
文件 443 2006-08-12 15:31 读取3ds文件模拟飞机飞行\Resource.h
文件 209 2006-08-12 15:31 读取3ds文件模拟飞机飞行\StdAfx.cpp
............此处省略12个文件信息
- 上一篇:景区管理系统MFC版本
- 下一篇:GoBackN协议的C语言实现
相关资源
- 3DES c源码实现
- 易语言D3D模块源码
- 3DES,C语言版,ECB,PKCS7
- C语言版BM3D算法
- MFC 导入D3D模型文件
- vc++ 和 openGL 做的 3D水波模拟 非常炫
- 3DMAX 2017-2018 X Exporter 输出.x模型插件
- ogre3d的vs2010插件
- 3DMax 2014 导出.x文件
- C语言 3DES、AES、RC6、TEA、RSA、MD5、S
- C++ 3D 五子棋 opengl
- 使用DirectX3D、传统方法绘制的绕Y轴不
- OpenGL3D模型场景漫游
- MFC+OPENGL实现3D茶壶的旋转、平移
- 3D赛车小游戏(DX学习)
- f8d0eaf9b7f33d5d7e75486cdaba4e43.cpp
- Unity3d调用Lua
- Unity3D:讯飞实现语音识别功能语音转
- AD很全的3D库集成库(Fszhang.LIBPKG)
- 窗口3D效果(c++代码)
- 3D测量 TCP通信
- C++实战源码-显示3D灰色图像
- 3d显示图像(c++源码)
- C++ DirectX 3D射击游戏
- 3维装箱问题 C语言
- C语言实现的 3DES文件加密
- 读取,显示,和修改OFF文件包括加噪
- 使用MFC和OpenGL实现读取3DMAXD的Obj文件
- 用LBM模拟3d方腔流代码
- OpenCV-OpenGL--Reconstuction3d三维重建
评论
共有 条评论