资源简介
OpenGL是一个非常强大的图形引擎。关于OpenGL实现太阳系模型是因为选了三维动画的课,最后交的结课作业,为了不太浪费资源,所以写一篇文章来保留这些劳动成果

代码片段和文件信息
#include
#include “sunearthmoon.h“
int main(int argc char *argv[])
{
QApplication a(argc argv);
SunEarthMoon w;
w.show();
return a.exec();
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 5812 2017-09-29 18:06 SunEarthMoon\Debug\BuildLog.htm
文件 540054 2017-09-12 15:35 SunEarthMoon\Debug\earth.bmp
文件 60124 2017-09-28 10:21 SunEarthMoon\Debug\main.obj
文件 60510 2017-09-28 10:21 SunEarthMoon\Debug\moc_sunearthmoon.obj
文件 614454 2017-09-12 15:39 SunEarthMoon\Debug\moon.bmp
文件 65 2017-09-29 18:06 SunEarthMoon\Debug\mt.dep
文件 777654 2017-09-12 15:40 SunEarthMoon\Debug\sun.bmp
文件 107520 2017-09-29 18:06 SunEarthMoon\Debug\SunEarthMoon.exe
文件 621 2017-09-29 18:06 SunEarthMoon\Debug\SunEarthMoon.exe.intermediate.manifest
文件 1024364 2017-09-29 18:06 SunEarthMoon\Debug\SunEarthMoon.ilk
文件 356133 2017-09-28 16:22 SunEarthMoon\Debug\sunearthmoon.obj
文件 1313792 2017-09-29 18:06 SunEarthMoon\Debug\SunEarthMoon.pdb
文件 683008 2017-09-28 16:22 SunEarthMoon\Debug\vc90.idb
文件 667648 2017-09-28 16:22 SunEarthMoon\Debug\vc90.pdb
文件 540054 2017-09-12 15:35 SunEarthMoon\earth.bmp
文件 1861 2017-09-28 10:21 SunEarthMoon\GeneratedFiles\Debug\moc_sunearthmoon.cpp
文件 179 2017-09-12 16:24 SunEarthMoon\main.cpp
文件 614454 2017-09-12 15:39 SunEarthMoon\moon.bmp
文件 1690254 2017-09-28 10:18 SunEarthMoon\star.bmp
文件 2359350 2017-09-28 10:55 SunEarthMoon\stars.bmp
文件 777654 2017-09-12 15:40 SunEarthMoon\sun.bmp
文件 6511 2017-09-28 16:22 SunEarthMoon\sunearthmoon.cpp
文件 960 2017-09-28 10:20 SunEarthMoon\sunearthmoon.h
文件 19450880 2017-09-29 18:06 SunEarthMoon\SunEarthMoon.ncb
文件 964 2017-09-12 09:53 SunEarthMoon\SunEarthMoon.sln
..A..H. 23552 2017-09-29 18:06 SunEarthMoon\SunEarthMoon.suo
文件 7541 2017-09-12 18:56 SunEarthMoon\SunEarthMoon.vcproj
文件 1433 2017-09-29 18:06 SunEarthMoon\SunEarthMoon.vcproj.DESKTOP-G9GE5FU.golde.user
文件 1433 2017-09-14 16:04 SunEarthMoon\SunEarthMoon.vcproj.DESKTOP-KRGAH66.Lang.user
目录 0 2017-09-27 16:09 SunEarthMoon\GeneratedFiles\Debug
............此处省略8个文件信息
相关资源
- OpenGL参考手册
- VisualStudioUninstaller vs卸载工具
- 组态王驱动开发包3.0.0.7(中文)
- 多窗口后台鼠标连点器
- 使用选择性重传协议实现UDP可靠通信
- VC 获得文件属性 获取文件的创建时
- 读者写者问题(读者优先,写者优先
- vtk QT做的三维地质可视化系统2of2
- 用VC 编写的仿QQ聊天室程序源代码
- 三维重建(旋转)由已知对应图像点
- 外点法程序
- 外罚函数程序
- Qt Creator opengl实现四元数鼠标控制轨迹
- qt-电子点菜系统
- 推箱子及人工智能寻路C 源代码
- OpenGL文档,api大全,可直接查询函数
- 自己写的航空订票系统c 版--数据结构
- 数据结构实验魔王语言
- MUSIC算法c 实现
- C 餐厅叫号系统(QT平)
- opengl轮廓字体源代码
- 国际象棋c 完整版
-
ob
jectARX给Auto CAD加工具条 - MFC读三维模型obj文件
- 画图程序MFC/VC/VC CRectTracker 串行化
- MFC网络编程实例
- c 课程设计 职工信息管理系统
- VC 游戏编程—附源代码
- IpHlpApi.h&IpHlpApi.lib
- 清华大学 c 郑莉 ppt课件
评论
共有 条评论