资源简介
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实验源码+实验文档
- [epub] 像程序员一样思考修订版
- OpenNI获取三维点云并用OpenGL显示可旋
- glfw-3.2.1源码(需要自行编译)
- 虚拟显示头盔显示器pdf论文
- 广工信工图像处理作业
- 计算机图形学的设计作业。。OpenGl源
- OpenGL绘制3D企鹅
- opengl 实现的机器人行走
- OpenGL 纹理 二重纹理
- Bezier曲面 Coons曲面 B样条曲面绘制(用
- 变网格步长声波方程有限差分数值模
- Opengles2.0地球
- GMM模型实现
- Trimble RealWorks 三维处理软件
- 计算机图形学-基于OpenGL的3D迷宫漫游
- 大量Opengl
- 三维模型网格简化源码
- Opengl 太阳系
- 用opengl绘制的兔子
- 基于OpenGL的描点绘制Bezier曲线
- 基于双目视觉的图像三维重建
- Read_Ionex.rar
- QT实现图书馆管理系统
- opengl天空盒的效果源代码
- Qt5版NeHe OpenGL教程6-10
- 基于opengl下的选择物体局部放大
- OPENGL粒子系统之喷泉
- 3D opengl魔方
- opengles加载3d模型(纹理+光照)
评论
共有 条评论