• 大小: 5.43MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-14
  • 语言: 其他
  • 标签:

资源简介

OpenGL实现的对荷花的绘制,并实现对荷花的开放的过程的绘制.

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “OpenGLMFC.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


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

     文件      20115  2016-02-02 21:49  OpenGLMFC\OpenGLMFC\Debug\MainFrm.obj

     文件          0  2016-02-02 21:49  OpenGLMFC\OpenGLMFC\Debug\MainFrm.sbr

     文件    5587968  2016-03-06 21:36  OpenGLMFC\OpenGLMFC\Debug\OpenGLMFC.bsc

     文件     127063  2016-03-06 21:36  OpenGLMFC\OpenGLMFC\Debug\OpenGLMFC.exe

     文件     977116  2016-03-06 21:36  OpenGLMFC\OpenGLMFC\Debug\OpenGLMFC.ilk

     文件      23320  2016-02-02 21:49  OpenGLMFC\OpenGLMFC\Debug\OpenGLMFC.obj

     文件    7151416  2016-02-02 21:49  OpenGLMFC\OpenGLMFC\Debug\OpenGLMFC.pch

     文件     631808  2016-03-06 21:36  OpenGLMFC\OpenGLMFC\Debug\OpenGLMFC.pdb

     文件       7344  2016-03-03 23:04  OpenGLMFC\OpenGLMFC\Debug\OpenGLMFC.res

     文件          0  2016-02-02 21:49  OpenGLMFC\OpenGLMFC\Debug\OpenGLMFC.sbr

     文件      15081  2016-02-02 21:49  OpenGLMFC\OpenGLMFC\Debug\OpenGLMFCDoc.obj

     文件          0  2016-02-02 21:49  OpenGLMFC\OpenGLMFC\Debug\OpenGLMFCDoc.sbr

     文件      42326  2016-03-06 21:36  OpenGLMFC\OpenGLMFC\Debug\OpenGLMFCView.obj

     文件          0  2016-03-06 21:36  OpenGLMFC\OpenGLMFC\Debug\OpenGLMFCView.sbr

     文件     107443  2016-02-02 21:49  OpenGLMFC\OpenGLMFC\Debug\StdAfx.obj

     文件    1428548  2016-02-02 21:49  OpenGLMFC\OpenGLMFC\Debug\StdAfx.sbr

     文件     230400  2016-03-06 21:36  OpenGLMFC\OpenGLMFC\Debug\vc60.idb

     文件     372736  2016-03-06 21:36  OpenGLMFC\OpenGLMFC\Debug\vc60.pdb

     文件    1312394  2015-06-02 16:08  OpenGLMFC\OpenGLMFC\GLAUX.LIB

     文件      35606  2015-06-02 16:09  OpenGLMFC\OpenGLMFC\glu.lib

     文件      49514  2015-06-02 16:09  OpenGLMFC\OpenGLMFC\GLU32.LIB

     文件      79654  2015-06-02 16:09  OpenGLMFC\OpenGLMFC\glut.lib

     文件      69580  2015-06-02 16:09  OpenGLMFC\OpenGLMFC\GLUT32.LIB

     文件       2510  2016-02-02 15:22  OpenGLMFC\OpenGLMFC\MainFrm.cpp

     文件       1581  2016-02-02 15:22  OpenGLMFC\OpenGLMFC\MainFrm.h

     文件     242802  2015-06-02 16:09  OpenGLMFC\OpenGLMFC\opengl.lib

     文件     336274  2015-06-02 16:09  OpenGLMFC\OpenGLMFC\OPENGL32.LIB

     文件      44368  2016-03-03 23:04  OpenGLMFC\OpenGLMFC\OpenGLMFC.aps

     文件       2317  2016-03-06 21:41  OpenGLMFC\OpenGLMFC\OpenGLMFC.clw

     文件       4263  2016-02-02 15:22  OpenGLMFC\OpenGLMFC\OpenGLMFC.cpp

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

评论

共有 条评论

相关资源