资源简介
实验源代码,opengl画花的源程序,可随机生成许多花,一屏,颜色也是随机的
代码片段和文件信息
// MainFrm.cpp : implementation of the CMainframe class
//
#include “stdafx.h“
#include “OpenGL.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
};
/////////////////////////////////////////////////////////////////////////////
// CMainframe construction/destruction
CMainframe::CMainframe()
{
// TODO: add member initialization code here
}
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
| 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) ||
!m_wndStatusBar.SetIndicators(indicators
sizeof(indicators)/sizeof(UINT)))
{
TRACE0(“Failed to create status bar\n“);
return -1; // fail to create
}
// TODO: Delete these three lines if you don‘t want the toolbar to
// be dockable
m_wndToolBar.EnableDocking(CBRS_ALIGN_ANY);
EnableDocking(CBRS_ALIGN_ANY);
DockControlBar(&m_wndToolBar);
return 0;
}
BOOL CMainframe::PreCreateWindow(CREATESTRUCT& cs)
{
if( !CframeWnd::PreCreateWindow(cs) )
return FALSE;
// TODO: Modify the Window class or styles here by modifying
// the CREATESTRUCT cs
return TRUE;
}
/////////////////////////////////////////////////////////////////////////////
// CMainframe diagnostics
#ifdef _DEBUG
void CMainframe::AssertValid() const
{
CframeWnd::AssertValid();
}
void CMainframe::Dump(CDumpContext& dc) const
{
CframeWnd::Dump(dc);
}
#endif //_DEBUG
/////////////////////////////////////////////////////////////////////////////
// CMainframe message handlers
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 19657 2013-03-04 19:40 OpenGL 3\Debug\MainFrm.obj
文件 122942 2013-03-11 22:34 OpenGL 3\Debug\OpenGL.exe
文件 402516 2013-03-11 22:34 OpenGL 3\Debug\OpenGL.ilk
文件 23145 2013-03-04 20:15 OpenGL 3\Debug\OpenGL.obj
文件 5503692 2013-03-04 19:40 OpenGL 3\Debug\OpenGL.pch
文件 484352 2013-03-11 22:34 OpenGL 3\Debug\OpenGL.pdb
文件 7276 2013-03-04 19:39 OpenGL 3\Debug\OpenGL.res
文件 14458 2013-03-04 19:40 OpenGL 3\Debug\OpenGLDoc.obj
文件 35197 2013-03-11 22:34 OpenGL 3\Debug\OpenGLView.obj
文件 105396 2013-03-04 19:40 OpenGL 3\Debug\StdAfx.obj
文件 238592 2013-03-16 21:17 OpenGL 3\Debug\vc60.idb
文件 380928 2013-03-11 22:34 OpenGL 3\Debug\vc60.pdb
文件 2507 2013-03-04 19:39 OpenGL 3\MainFrm.cpp
文件 1581 2013-03-04 19:39 OpenGL 3\MainFrm.h
文件 28576 2013-03-11 22:18 OpenGL 3\OpenGL.aps
文件 2252 2013-03-11 22:19 OpenGL 3\OpenGL.clw
文件 4209 2013-03-04 19:39 OpenGL 3\OpenGL.cpp
文件 4675 2013-03-11 22:34 OpenGL 3\OpenGL.dsp
文件 535 2013-03-04 19:39 OpenGL 3\OpenGL.dsw
文件 1356 2013-03-04 19:39 OpenGL 3\OpenGL.h
文件 132096 2013-03-16 21:20 OpenGL 3\OpenGL.ncb
文件 49664 2013-03-16 21:20 OpenGL 3\OpenGL.opt
文件 246 2013-03-16 21:17 OpenGL 3\OpenGL.plg
文件 10553 2013-03-04 19:39 OpenGL 3\OpenGL.rc
文件 1742 2013-03-04 19:39 OpenGL 3\OpenGLDoc.cpp
文件 1475 2013-03-04 19:39 OpenGL 3\OpenGLDoc.h
文件 9521 2013-03-11 22:34 OpenGL 3\OpenGLView.cpp
文件 2375 2013-03-11 22:30 OpenGL 3\OpenGLView.h
文件 43 2013-03-04 20:38 OpenGL 3\Point2.h
文件 66 2013-03-11 21:50 OpenGL 3\Point2D.h
............此处省略14个文件信息
- 上一篇:恒生电子笔试试题
- 下一篇:ov7670带fifo的stm32f4程序
相关资源
- OpenGL三维图形系统开发与实用技术.
- opengl 立体球体的实现
- loop 细分,结合openGL
- opengl中加载dem方法和贴纹理
- 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)
评论
共有 条评论