2022-01-12 11:59:26 索煒達電子 635
文件編號:L36
文件大?。?/strong>11M
代碼行數(shù):431行(主程序)
開發(fā)環(huán)境:VS2019、OpenGL
猿創(chuàng)承諾:該源碼均通過親自測試可正常運行
簡要概述:OpenGL太陽地球月球系統(tǒng)模型
操作說明:
按鍵W 整體 向下移動
按鍵S 整體 向上移動
按鍵A 整體 向左移動
按鍵D 整體 向右移動
運行效果:
目錄│文件列表:
├ 演示視頻
│ └ 演示視頻.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