文件名称:MFC_OPENGL_rotate_translate_zoom
- 所属分类:
- OpenGL
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2013-03-14
- 文件大小:
- 2.1mb
- 下载次数:
- 0次
- 提 供 者:
- 冰*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本例子实现画立方体的例子,多面体可以参考此程序,程序实现了三维立体图形的旋转,平移和缩放,旋转通过鼠标左键实现,平移通过方向键实现,缩放通过鼠标滚轮实现-The example painted cube example, the polyhedron can refer to this program, the program to achieve a rotation of three-dimensional graphics, pan and zoom, and rotate the left mouse button, the translation by the arrow keys, zooming through the mouse wheel to achieve
(系统自动生成,下载前可以参看下载内容)
下载文件列表
2.MFC调用Opengl绘图例子\1.程序\DrawCubeDemo\Debug\DrawCubeDemo.exe
.......................\......\............\.....\DrawCubeDemo.ilk
.......................\......\............\.....\DrawCubeDemo.obj
.......................\......\............\.....\DrawCubeDemo.pch
.......................\......\............\.....\DrawCubeDemo.pdb
.......................\......\............\.....\DrawCubeDemo.res
.......................\......\............\.....\DrawCubeDemoDoc.obj
.......................\......\............\.....\DrawCubeDemoView.obj
.......................\......\............\.....\MainFrm.obj
.......................\......\............\.....\StdAfx.obj
.......................\......\............\.....\vc60.idb
.......................\......\............\.....\vc60.pdb
.......................\......\............\DrawCubeDemo.aps
.......................\......\............\DrawCubeDemo.clw
.......................\......\............\DrawCubeDemo.cpp
.......................\......\............\DrawCubeDemo.dsp
.......................\......\............\DrawCubeDemo.dsw
.......................\......\............\DrawCubeDemo.h
.......................\......\............\DrawCubeDemo.ncb
.......................\......\............\DrawCubeDemo.opt
.......................\......\............\DrawCubeDemo.plg
.......................\......\............\DrawCubeDemo.rc
.......................\......\............\DrawCubeDemoDoc.cpp
.......................\......\............\DrawCubeDemoDoc.h
.......................\......\............\DrawCubeDemoView.cpp
.......................\......\............\DrawCubeDemoView.h
.......................\......\............\MainFrm.cpp
.......................\......\............\MainFrm.h
.......................\......\............\ReadMe.txt
.......................\......\............\res\DrawCubeDemo.ico
.......................\......\............\...\DrawCubeDemo.rc2
.......................\......\............\...\DrawCubeDemoDoc.ico
.......................\......\............\...\Toolbar.bmp
.......................\......\............\Resource.h
.......................\......\............\StdAfx.cpp
.......................\......\............\StdAfx.h
.......................\2.说明\glutdlls37beta1.zip
.......................\......\说明.docx
.......................\1.程序\DrawCubeDemo\Debug
.......................\......\............\res
.......................\......\DrawCubeDemo
.......................\1.程序
.......................\2.说明
2.MFC调用Opengl绘图例子