【L36】计算机图形学:OpenGL太阳地球月球系统模型

2022-01-12 11:59:26      索炜达电子      408     

文件编号:L36

文件大小:11M

代码行数:431行(主程序)

开发环境:VS2019、OpenGL

猿创承诺:该源码均通过亲自测试可正常运行

简要概述:OpenGL太阳地球月球系统模型

操作说明:

按键W  整体 向下移动

按键S  整体 向上移动

按键A  整体 向左移动

按键D  整体 向右移动

运行效果:

【L36】计算机图形学:OpenGL太阳地球月球系统模型

目录│文件列表:

 ├ 演示视频

 │  └ 演示视频.mp4

 └ 项目源码

    └ SolarSystem

       │ loadTexture.cpp

       │ loadTexture.h

       │ packages.config

       │ SolarSystem.cpp

       │ SolarSystem.sln

       │ SolarSystem.vcxproj

       │ SolarSystem.vcxproj.filters

       │ SolarSystem.vcxproj.user

       ├ Data

       │  │ Earth.bmp

       │  │ Moon.bmp

       │  └ Sun.bmp

       ├ packages

       │  ├ nupengl.core.0.1.0.1

       │  │  │ .signature.p7s

       │  │  │ nupengl.core.0.1.0.1.nupkg

       │  │  └ build

       │  │     │ configurations.autopkg

       │  │     │ publisher-info.txt

       │  │     └ native

       │  │        │ default-propertiesui.xml

       │  │        │ nupengl.core.targets

       │  │        ├ docs

       │  │        │  └ license.txt

       │  │        ├ include

       │  │        │  ├ GL

       │  │        │  │  │ freeglut.h

       │  │        │  │  │ freeglut_ext.h

       │  │        │  │  │ freeglut_std.h

       │  │        │  │  │ glew.h

       │  │        │  │  │ glut.h

       │  │        │  │  │ glxew.h

       │  │        │  │  └ wglew.h

       │  │        │  └ GLFW

       │  │        │     │ glfw3.h

       │  │        │     └ glfw3native.h

       │  │        └ lib

       │  │           ├ Win32

       │  │           │  │ freeglut.lib

       │  │           │  │ glew32.lib

       │  │           │  └ glfw3dll.lib

       │  │           └ x64

       │  │              │ freeglut.lib

       │  │              │ glew32.lib

       │  │              └ glfw3dll.lib

       │  └ nupengl.core.redist.0.1.0.1

       │     │ .signature.p7s

       │     │ nupengl.core.redist.0.1.0.1.nupkg

       │     └ build

       │        │ configurations.autopkg

       │        │ publisher-info.txt

       │        └ native

       │           │ default-propertiesui.xml

       │           │ nupengl.core.redist.targets

       │           └ bin

       │              ├ Win32

       │              │  │ freeglut.dll

       │              │  │ glew32.dll

       │              │  │ glewinfo.exe

       │              │  │ glfw3.dll

       │              │  └ visualinfo.exe

       │              └ x64

       │                 │ freeglut.dll

       │                 │ glew32.dll

       │                 │ glewinfo.exe

       │                 │ glfw3.dll

       │                 └ visualinfo.exe

       └ x64

          └ Debug

             │ freeglut.dll

             │ glew32.dll

             │ glewinfo.exe

             │ glfw3.dll

             │ loadTexture.obj

             │ SolarSystem.exe

             │ SolarSystem.exe.recipe

             │ SolarSystem.ilk

             │ SolarSystem.log

             │ SolarSystem.obj

             │ SolarSystem.pdb

             │ SolarSystem.vcxproj.FileListAbsolute.txt

             │ vc142.idb

             │ vc142.pdb

             │ visualinfo.exe

             └ SolarSystem.tlog

                │ CL.command.1.tlog

                │ CL.read.1.tlog

                │ CL.write.1.tlog

                │ link.command.1.tlog

                │ link.read.1.tlog

                │ link.write.1.tlog

                └ SolarSystem.lastbuildstate

TAG太阳
  • 5 次
  • 100 分