资源简介

这是一个使用vc++6.0和openGL实现的关于三维立方体、锥形、球体的程序,这三种形状可以缩放、旋转、平移,并且还利用openGL加上了背景和光照,程序附有源代码,希望对大家有帮助!

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “MFCApp.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
};

//////

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

     文件      10681  2010-08-02 20:18  源代码\Debug\CubeDialog1.obj

     文件      19968  2010-08-18 11:04  源代码\Debug\MainFrm.obj

     文件     159803  2010-08-18 11:04  源代码\Debug\MFCApp.exe

     文件     471360  2010-08-18 11:04  源代码\Debug\MFCApp.ilk

     文件      23033  2010-08-03 16:35  源代码\Debug\MFCApp.obj

     文件    5644064  2010-08-03 08:53  源代码\Debug\MFCApp.pch

     文件     607232  2010-08-18 11:04  源代码\Debug\MFCApp.pdb

     文件       6964  2010-08-03 10:04  源代码\Debug\MFCApp.res

     文件      14821  2010-08-03 08:53  源代码\Debug\MFCAppDoc.obj

     文件      47404  2010-08-13 10:59  源代码\Debug\MFCAppView.obj

     文件      10571  2010-08-02 20:18  源代码\Debug\oneDialog.obj

     文件      10629  2010-08-02 20:18  源代码\Debug\SphereDialog.obj

     文件     107322  2010-08-03 08:53  源代码\Debug\StdAfx.obj

     文件     222208  2010-08-18 11:04  源代码\Debug\vc60.idb

     文件     372736  2010-08-18 11:04  源代码\Debug\vc60.pdb

     文件       2545  2010-08-18 11:05  源代码\MainFrm.cpp

     文件       1581  2010-04-26 17:08  源代码\MainFrm.h

     文件      28444  2010-08-07 08:50  源代码\MFCApp.aps

     文件       2530  2010-08-18 11:05  源代码\MFCApp.clw

     文件       4209  2010-06-27 21:33  源代码\MFCApp.cpp

     文件       4619  2010-08-02 22:14  源代码\MFCApp.dsp

     文件        537  2010-04-26 17:08  源代码\MFCApp.dsw

     文件       1356  2010-04-26 17:08  源代码\MFCApp.h

     文件     435200  2010-08-18 11:05  源代码\MFCApp.ncb

     文件      51712  2010-08-18 11:05  源代码\MFCApp.opt

     文件       1162  2010-08-18 11:04  源代码\MFCApp.plg

     文件      11086  2010-08-03 10:01  源代码\MFCApp.rc

     文件       1757  2010-05-21 14:03  源代码\MFCAppDoc.cpp

     文件       1497  2010-05-21 14:03  源代码\MFCAppDoc.h

     文件      13662  2010-08-13 10:59  源代码\MFCAppView.cpp

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

评论

共有 条评论