• 大小: 453KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-10
  • 语言: C/C++
  • 标签: 3d  

资源简介

基于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个文件信息

评论

共有 条评论