资源简介
《Visual C++ OpenGL 应用程序开发》一书的蝴蝶扇动翅膀以及飞机圆周运动的源码和详细注释。光有源码是不够的,肯定看不懂作者的愿意。
代码片段和文件信息
// MainFrm.cpp : implementation of the CMainframe class
//
#include “stdafx.h“
#include “plmy.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)
ON_WM_CREATE()
ON_WM_GETMINMAXINFO()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
static UINT indicators[] =
{
ID_SEPARATOR // status line indicator
ID_INDICATOR_CAPS
ID_INDICATOR_NUM
ID_INDICATOR_SCRL
};
/////////////////////////////////////////////////////////////////////////////
// CMainframe construction/destruction
CMainframe::CMainframe()
{
// TODO: add member initialization code here
fullscreenkey=FALSE;
}
CMainframe::~CMainframe()
{
}
int CMainframe::OnCreate(LPCREATESTRUCT lpCreateStruct)
{
if (CframeWnd::OnCreate(lpCreateStruct) == -1)
return -1;
// if (!m_wndToolBar.CreateEx(this TBstyle_FLAT WS_CHILD | WS_VISIBLE | CBRS_TOP
if (!m_wndToolBar.CreateEx(this TBstyle_FLAT WS_CHILD | CBRS_TOP
| CBRS_GRIPPER | CBRS_TOOLTIPS | CBRS_FLYBY | CBRS_SIZE_DYNAMIC) ||
!m_wndToolBar.LoadToolBar(IDR_MAINframe))
{
TRACE0(“Failed to create toolbar\n“);
return -1; // fail to create
}
// if (!m_wndStatusBar.Create(this) ||
if (!m_wndStatusBar.Create(this WS_CHILD | CBRS_BOTTOM) ||
!m_wndStatusBar.SetIndicators(indicators
sizeof(indicators)/sizeof(UINT)))
{
TRACE0(“Failed to create status bar\n“);
return -1; // fail to create
}
//定义状态栏
if(m_wndStatusBar){
m_wndStatusBar.SetPaneInfo(00SBPS_STRETCH50);
m_wndStatusBar.SetPaneInfo(10050);
m_wndStatusBar.SetPaneInfo(20SBPS_STRETCH50);
m_wndStatusBar.SetPaneInfo(30SBPS_STRETCH50);
};
//全拼显示
fullscreenkey=TRUE;
CRect winmeclientme;
GetWindowRect(&winme);
RepositionBars(00xffffAFX_IDW_PANE_FIRSTreposQuery&clientme);
ClientToScreen(&clientme);
int fullwide=GetSystemMetrics(SM_CXSCREEN);
int fullhide=GetSystemMetrics(SM_CYSCREEN);
mefullscreen.left=winme.left-clientme.left;
mefullscreen.top=winme.top-clientme.top;
mefullscreen.right=winme.right-clientme.right+fullwide;
mefullscreen.bottom=winme.bottom-clientme.bottom+fullhide;
WINDOWPLACEMENT winfull;
winfull.length=sizeof(WINDOWPLACEMENT);
winfull.flags=0;
winfull.showCmd=SW_SHOWNORMAL;
winfull.rcNormalPosition=mefullscreen;
SetWindowPlacement(&winfull);
// TODO: Delete these three lines if you don‘t want the toolbar to
// be dockable
m_wndToolBar.EnableDocking(CBRS_ALIGN_ANY);
EnableDocking
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 4429 2006-01-13 15:02 plmy2\MainFrm.cpp
文件 1593 2006-01-13 14:12 plmy2\MainFrm.h
文件 27888 2011-05-21 09:24 plmy2\plmy.aps
文件 2182 2011-05-21 16:33 plmy2\plmy.clw
文件 4173 2006-01-13 13:53 plmy2\plmy.cpp
文件 4461 2011-05-21 16:33 plmy2\plmy.dsp
文件 531 2006-01-13 13:53 plmy2\plmy.dsw
文件 1334 2006-01-13 13:53 plmy2\plmy.h
文件 263168 2011-05-23 08:44 plmy2\plmy.ncb
文件 48640 2011-05-23 08:44 plmy2\plmy.opt
文件 1334 2011-05-23 08:37 plmy2\plmy.plg
文件 11402 2006-01-19 14:09 plmy2\plmy.rc
文件 1702 2006-01-13 13:53 plmy2\plmyDoc.cpp
文件 1453 2006-01-13 13:53 plmy2\plmyDoc.h
文件 14706 2011-05-23 08:44 plmy2\plmyView.cpp
文件 2645 2011-05-21 10:02 plmy2\plmyView.h
文件 4263 2006-01-13 13:53 plmy2\ReadMe.txt
文件 1078 2006-01-16 22:15 plmy2\res\plmy.ico
文件 396 2006-01-13 13:53 plmy2\res\plmy.rc2
文件 1078 2006-01-13 13:53 plmy2\res\plmyDoc.ico
文件 598 2006-01-19 14:09 plmy2\res\Toolbar.bmp
文件 685 2006-01-16 22:41 plmy2\Resource.h
文件 206 2006-01-13 13:53 plmy2\StdAfx.cpp
文件 1054 2006-01-13 13:53 plmy2\StdAfx.h
目录 0 2011-04-25 13:42 plmy2\res
目录 0 2011-05-23 08:44 plmy2
----------- --------- ---------- ----- ----
400999 26
- 上一篇:尚观培训linux许巍关于c 的笔记和讲义
- 下一篇:自适应隐写算法wow
相关资源
- 基于OPENGL的光线跟踪源代码368758
- VC 实现三维旋转(源码)
- 自编用openGL实现3D分形树,分形山
- OpenGL球形贴图自旋程序
- OpenGL导入贴图的Texture类
- 计算机图形学(openGL)代码
- 用OpenGL开发的机械臂运动仿真程序(
- OpenGL-3D坦克模拟
- OPENGL实现世界上最小的3D游戏
- VS2012OpenGL配置所需要的全部libdllh文件
- 基于OpenGL的仿蝗虫机器人三维动态仿
- 图形学 - OpenGL实现3种三维茶壶显示源
- opengl程序-会跳舞的骷髅
- opengl实现三维网格光顺Laplacian算法
- opengl——爆炸
- OpenGL三维地形建模
- opengl游戏编程徐明亮版(含源码)
- 用OPENGL画的一个简单的直升飞机
- opengl完美天空盒
- 3D绘图程序设计:使用Direct3D 10/9和Ope
- OpenGL绘制可运动自行车源程序.zip
- OpenGL实现飘动效果
- opengl室内场景的绘制,包括碰撞检测
- OpenGL场景漫游
- 用opengl实现的太阳系模型
- OpenGL 3D贪吃蛇程序,很小
- OpenGL爆炸碎片化效果 源码
- OpenGL三茶壶三光源光源绕着茶壶旋转
- 10个OpenGL的源码
- vc写的一个游戏里面三维场景漫游
评论
共有 条评论