• 大小: 69KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-10
  • 标签: vc6.0  opengl  三维地形  

资源简介

用vc6.0结合OpenGL实现三维地形

资源截图

代码片段和文件信息

// MainFrm.cpp : implementation of the CMainframe class
//

#include “stdafx.h“
#include “T3DCM.h“

#include “MainFrm.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CMainframe

IMPLEMENT_DYNCREATE(CMainframe CframeWnd)

BEGIN_MESSAGE_MAP(CMainframe CframeWnd)
//{{AFX_MSG_MAP(CMainframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code !
ON_WM_CREATE()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

static UINT indicators[] =
{
ID_SEPARATOR           // status line indicator
ID_INDICATOR_CAPS
ID_INDICATOR_NUM
ID_INDICATOR_SCRL
};

///////

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       2561  1999-12-02 01:50  T3DCM\FORMCOMMANDVIEW.CPP

     文件       1967  1999-12-01 23:24  T3DCM\FORMCOMMANDVIEW.H

     文件      47105  2008-11-24 16:17  T3DCM\GLM.CPP

     文件       8304  1999-11-30 23:03  T3DCM\GLM.H

     文件       2506  2008-12-19 15:23  T3DCM\MainFrm.cpp

     文件       1581  2008-12-19 15:23  T3DCM\MainFrm.h

     文件      22798  1997-04-01 05:27  T3DCM\PATRIOT.OBJ

     文件      24469  1998-06-10 17:34  T3DCM\PLANE.OBJ

     文件       4287  2008-12-19 15:23  T3DCM\ReadMe.txt

     文件       1078  2008-12-19 15:23  T3DCM\res\T3DCM.ico

     文件        397  2008-12-19 15:23  T3DCM\res\T3DCM.rc2

     文件       1078  2008-12-19 15:23  T3DCM\res\T3DCMDoc.ico

     文件       1078  2008-12-19 15:23  T3DCM\res\Toolbar.bmp

     文件        492  2008-12-19 15:23  T3DCM\Resource.h

     文件        207  2008-12-19 15:23  T3DCM\StdAfx.cpp

     文件       1136  2008-12-19 16:24  T3DCM\StdAfx.h

     文件      28356  2008-12-19 15:27  T3DCM\T3DCM.APS

     文件       2211  2009-01-09 09:56  T3DCM\T3DCM.clw

     文件       4191  2008-12-19 15:23  T3DCM\T3DCM.cpp

     文件       4933  2008-12-19 16:56  T3DCM\T3DCM.dsp

     文件        533  2008-12-19 16:56  T3DCM\T3DCM.dsw

     文件       1345  2008-12-19 15:23  T3DCM\T3DCM.h

     文件      74752  2009-01-09 09:56  T3DCM\T3DCM.ncb

     文件      57856  2009-01-09 09:56  T3DCM\T3DCM.opt

     文件       2105  2008-12-29 16:56  T3DCM\T3DCM.plg

     文件      10536  2008-12-19 15:23  T3DCM\T3DCM.rc

     文件       1722  2008-12-19 15:23  T3DCM\T3DCMDoc.cpp

     文件       1464  2008-12-19 15:23  T3DCM\T3DCMDoc.h

     文件      21143  2008-12-19 16:24  T3DCM\T3DCMView.cpp

     文件       2501  2008-12-19 16:30  T3DCM\T3DCMView.h

............此处省略5个文件信息

评论

共有 条评论