2022-01-13 08:42:30 索煒達(dá)電子 582
文件編號:L46
文件大小:21M
代碼行數(shù):1087行(主程序)
開發(fā)環(huán)境:VS2019、OpenGL
猿創(chuàng)承諾:該源碼均通過親自測試可正常運(yùn)行
簡要概述:OpenGL三維造型機(jī)器人
操作說明:
運(yùn)行效果:
目錄│文件列表:
├ 演示視頻
│ └ 演示視頻.mp4
└ 項(xiàng)目源碼
└ OpenGL-Ironman
│ Assignment.sln
│ Graphic Programming Report.docx
└ Assignment
│ Assignment.vcxproj
│ Assignment.vcxproj.filters
├ res
│ ├ music
│ │ └ IronMan3Theme.wav
│ └ textures
│ │ bg_space_seamless.bmp
│ │ bronze2.bmp
│ │ darkScale2.bmp
│ │ emerald.bmp
│ │ fire.bmp
│ │ mouth.bmp
│ │ rasengan.bmp
│ │ rasengan2.bmp
│ └ steel.bmp
└ src
│ Background.cpp
│ Background.h
│ Body.cpp
│ Body.h
│ Gadget.cpp
│ Gadget.h
│ Main.cpp
│ Shape.cpp
│ Shape.h
│ Utils.h
├ body
│ │ Arm.cpp
│ │ Arm.h
│ │ Hand.cpp
│ │ Hand.h
│ │ Head.cpp
│ │ Head.h
│ │ Leg.cpp
│ │ Leg.h
│ │ Stomach.cpp
│ └ Stomach.h
└ gadget
│ Thruster.cpp
└ Thruster.h