资源简介
OPenGL实现 3DS卫星地球,非常经典的学习代码
代码片段和文件信息
// 3DSglLoader.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “3DSglLoader.h“
#include “MainFrm.h“
#include “3DSglLoaderDoc.h“
#include “3DSglLoaderView.h“
#include “SatGL.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMy3DSglLoaderApp
BEGIN_MESSAGE_MAP(CMy3DSglLoaderApp CWinApp)
//{{AFX_MSG_MAP(CMy3DSglLoaderApp)
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()
/////////////////////////////////////////////////////////////////////////////
// CMy3DSglLoaderApp construction
CMy3DSglLoaderApp::CMy3DSglLoaderApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CMy3DSglLoaderApp object
CMy3DSglLoaderApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CMy3DSglLoaderApp initialization
BOOL CMy3DSglLoaderApp::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
// 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(CMy3DSglLoaderDoc)
RUNTIME_CLASS(CMainframe) // main SDI frame window
RUNTIME_CLASS(CMy3DSglLoaderView));
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))
return FALSE;
// The one and only win
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2012-08-23 13:36 3DS卫星地球\
文件 422828 2012-05-30 17:11 3DS卫星地球\3DSglLoader.aps
文件 2581 2012-05-30 17:14 3DS卫星地球\3DSglLoader.clw
文件 4355 2012-03-14 22:30 3DS卫星地球\3DSglLoader.cpp
文件 5104 2012-03-21 12:18 3DS卫星地球\3DSglLoader.dsp
文件 547 2002-01-19 19:31 3DS卫星地球\3DSglLoader.dsw
文件 1418 2002-01-19 19:31 3DS卫星地球\3DSglLoader.h
文件 254976 2012-05-30 17:14 3DS卫星地球\3DSglLoader.ncb
文件 53760 2012-05-30 17:14 3DS卫星地球\3DSglLoader.opt
文件 256 2012-05-30 17:11 3DS卫星地球\3DSglLoader.plg
文件 11857 2012-03-15 09:53 3DS卫星地球\3DSglLoader.rc
文件 1876 2002-01-19 19:31 3DS卫星地球\3DSglLoaderDoc.cpp
文件 1541 2002-01-19 19:31 3DS卫星地球\3DSglLoaderDoc.h
文件 16778 2012-03-21 20:30 3DS卫星地球\3DSglLoaderView.cpp
文件 2947 2012-03-20 00:48 3DS卫星地球\3DSglLoaderView.h
文件 37035 2002-01-19 17:10 3DS卫星地球\DC10.H
目录 0 2012-08-23 13:36 3DS卫星地球\Debug\
文件 5604352 2012-03-21 20:30 3DS卫星地球\Debug\3DSglLoader.bsc
文件 671865 2012-03-21 20:30 3DS卫星地球\Debug\3DSglLoader.exe
文件 444628 2012-03-21 20:30 3DS卫星地球\Debug\3DSglLoader.ilk
文件 24016 2012-03-15 09:03 3DS卫星地球\Debug\3DSglLoader.obj
文件 7158616 2012-03-13 15:39 3DS卫星地球\Debug\3DSglLoader.pch
文件 549888 2012-03-21 20:30 3DS卫星地球\Debug\3DSglLoader.pdb
文件 400724 2012-03-15 09:54 3DS卫星地球\Debug\3DSglLoader.res
文件 0 2012-03-15 09:03 3DS卫星地球\Debug\3DSglLoader.sbr
文件 15864 2012-03-13 15:39 3DS卫星地球\Debug\3DSglLoaderDoc.obj
文件 0 2012-03-13 15:39 3DS卫星地球\Debug\3DSglLoaderDoc.sbr
文件 103284 2012-03-21 20:30 3DS卫星地球\Debug\3DSglLoaderView.obj
文件 0 2012-03-21 20:30 3DS卫星地球\Debug\3DSglLoaderView.sbr
文件 35008 2002-12-28 19:21 3DS卫星地球\Debug\HUBBLE.GL
文件 20849 2012-03-15 10:36 3DS卫星地球\Debug\MainFrm.obj
............此处省略35个文件信息
- 上一篇:开源全套DLP投影成型技术的3D打印机资料
- 下一篇:倒计时器汇编语言实现 汇编
相关资源
- 开源全套DLP投影成型技术的3D打印机资
- FLAC3D快速入门
- Unity3D小DEMO源码
- 实验一 OpenGL 程序设计基础
- unity3d基础讲解 ppt
- Directx 3D游戏 遥控飞机
- OpenGL Shading Language 橙宝书 源代码 De
- 陈士凯的低成本高精度3D扫描仪软件
- JME3中文教程ZBP第一版
- 基于Unity2017.3.0f3的音乐节拍demo
- b03db1ca5553abe97f55e54c5a9416c5.pdf
- 3D立体旋转相册.zip
- Opengl实现樱花飞舞贴图
- unity3D demo
- Unity3D从入门到精通高清PDF共231页全
- NeHe opengl教程48课全中文pdf,英文pdf,
- OGRE 3D 游戏开发框架指南+光盘代码
- Franc3D7.0破解版.rar
- Flac3D模拟基坑开挖全命令流
- 光线追踪demo
- opengl实现太阳系动态模型,地球,月
- 计算机图形学 OpenGL实验源码+实验文档
- OpenNI获取三维点云并用OpenGL显示可旋
- glfw-3.2.1源码(需要自行编译)
- 计算机图形学的设计作业。。OpenGl源
- OpenGL绘制3D企鹅
- AC3D破解版免费
- 运用DirectX9绘制太阳系
- opengl 实现的机器人行走
- Flac3d6.00.60破解版
评论
共有 条评论