资源简介
opengl中加载DEM数据的方法和贴纹理方法等的源码
代码片段和文件信息
// DEM.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “DEM.h“
#include “MainFrm.h“
#include “DEMDoc.h“
#include “DEMView.h“
#include “Splash.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CDEMApp
BEGIN_MESSAGE_MAP(CDEMApp CWinApp)
//{{AFX_MSG_MAP(CDEMApp)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG_MAP
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWinApp::OnFileOpen)
// Standard print setup command
ON_COMMAND(ID_FILE_PRINT_SETUP CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CDEMApp construction
CDEMApp::CDEMApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CDEMApp object
CDEMApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CDEMApp initialization
BOOL CDEMApp::InitInstance()
{
// CG: The following block was added by the Splash Screen component.
\
{
\
CCommandLineInfo cmdInfo;
\
ParseCommandLine(cmdInfo);
\
\
CSplashWnd::EnableSplashScreen(cmdInfo.m_bShowSplash);
\
}
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
// Change the registry key under which our settings are stored.
// TODO: You should modify this string to be something appropriate
// such as the name of your company or organization.
SetRegistryKey(_T(“Local AppWizard-Generated Applications“));
LoadStdProfileSettings(); // Load standard INI file options (including MRU)
// Register the application‘s document templates. Document templates
// serve as the connection between documents frame windows and views.
CSingleDocTemplate* pDocTemplate;
pDocTemplate = new CSingleDocTemplate(
IDR_MAINframe
RUNTIME_CLASS(CDEMDoc)
RUNTIME_CLASS(CMainframe) // main SDI frame window
RUNTIME_CLASS(CDEMView));
AddDocTemplate(pDocTemplate);
// Parse command line for standard shell commands DDE file open
CCommandLineInfo cmdInfo;
ParseCommandLine(cmdInfo);
// Dispatch commands specified on the command line
if (!ProcessShellCommand(cmdInfo))
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 13527 2007-01-23 22:44 DEM\DEM.rc
文件 4670 2007-01-21 16:23 DEM\DEM.cpp
文件 1370 2007-01-21 16:23 DEM\DEM.h
文件 3062 2007-10-25 22:40 DEM\DEM.clw
文件 4239 2007-01-06 20:38 DEM\ReadMe.txt
文件 6751 2007-01-23 23:13 DEM\DEM.dsp
文件 1364695 2007-01-23 21:36 DEM\用户手册.CHM
文件 216928 2007-10-25 22:39 DEM\DEM.APS
文件 205 2007-01-06 20:38 DEM\StdAfx.cpp
文件 1926 2007-01-23 22:44 DEM\Resource.h
文件 3978 2007-01-23 23:12 DEM\DEMView.h
文件 1442 2007-01-06 20:38 DEM\DEMDoc.h
文件 1682 2007-01-06 20:38 DEM\DEMDoc.cpp
文件 3264 2007-01-23 17:37 DEM\Splash.cpp
文件 1307 2007-01-22 22:37 DEM\DemAction.h
文件 1406 2007-01-23 21:55 DEM\DemData.h
文件 5313 2007-01-20 09:56 DEM\DemSky.cpp
文件 1243 2007-01-21 16:50 DEM\Splash.h
文件 531 2007-01-06 20:38 DEM\DEM.dsw
文件 312320 2007-10-25 22:40 DEM\DEM.ncb
文件 896 2007-01-20 00:54 DEM\DemSky.h
文件 4471 2007-01-22 22:37 DEM\DemAction.cpp
文件 3330 2007-10-25 22:39 DEM\DEM.plg
文件 1496 2007-01-23 22:49 DEM\MainFrm.h
文件 1246 2007-01-21 15:28 DEM\HeightDialog.h
文件 840 2007-01-08 23:43 DEM\Vector.h
文件 1678 2007-01-08 23:45 DEM\Vector.cpp
文件 4741 2007-01-23 22:50 DEM\MainFrm.cpp
目录 0 2007-01-23 23:22 DEM\Debug
文件 395 2007-01-06 20:38 DEM\res\DEM.rc2
............此处省略36个文件信息
相关资源
- OpenGL写的一个带背景音乐的场景
- opengl房屋设计2
- OpenGL绘制的鱼轮廓曲线
- 3D OPENGL 飞行游戏源代码
- OpenGL 超酷三维动画DEMO
- OpenGL蓝宝书所需库可直接使用
- OPENGL 画地球 真实感超强-纹理贴图 光
- OPENGL中的GLUT源代码
- Qt OpenGL 多图片纹理例程
- opengl中天空盒的绘制
- OpenGL下立方体 正四面体绘制与贴图。
- 资源文件此资源是作者博客教程所用
- openGL完成雪花飞舞源码
- OpenGL ES 显示RGB数据
- opengl实现鱼眼矫正(球面等距模型)
- OpenGL 立体房子模拟
- OpenGL 电梯仿真模型
- opengl地形、雨雪、火箭模拟.rar
- OPENGL API及扩展大全
- opengl 编写的cs 游戏
- OPENGL 作品 花儿
- Nate Robin的OpenGL教程(OpenGL编程指南中
- openGL 光照机器人
- OpenGL44PipelineMap.pdf
- 教室漫游 OpenGL
- OpenGL库(包括glewfreeglut和gltools)
- openGl 飞机模拟
- opengl绘制三维模型可用鼠标控制旋转
- opengl三维场景
- 计算机图形学opengl+shader几个
评论
共有 条评论