• 大小: 8.38MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-03
  • 语言: 其他
  • 标签: opengl  C++  三维  

资源简介

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个文件信息

评论

共有 条评论