2022-01-12 10:00:23 索煒達電子 618
文件編號:L33
文件大小:19M
代碼行數(shù):300行(主程序)
開發(fā)環(huán)境:VS2019、OpenGL
猿創(chuàng)承諾:該源碼均通過親自測試可正常運行
簡要概述:OpenGL實驗 桌子上兔子 顯示列表
操作使用:
按鍵W 整體 向上移動
按鍵S 整體 向下移動
按鍵A 整體 向左移動
按鍵D 整體 向右移動
按鍵空格 整體旋轉(zhuǎn)
按鍵I 整體 增加兔子
按鍵K 整體 刪除兔子
運行效果:
目錄│文件列表:
├ 演示視頻
│ └ 演示視頻.mp4
└ 項目源碼
└ 實驗-顯示列表
├ code
│ │ Ex4.sln
│ ├ Debug
│ │ │ Ex4.exe
│ │ │ Ex4.ilk
│ │ │ Ex4.pdb
│ │ └ glut32.dll
│ └ Ex4
│ │ Ex4.vcxproj
│ │ Ex4.vcxproj.user
│ │ main.cpp
│ │ stanford_bunny.cpp
│ │ stanford_bunny.h
│ ├ Debug
│ │ │ Ex4.exe.recipe
│ │ │ Ex4.ilk
│ │ │ Ex4.log
│ │ │ main.obj
│ │ │ stanford_bunny.obj
│ │ │ vc141.idb
│ │ │ vc141.pdb
│ │ │ vc142.idb
│ │ │ vc142.pdb
│ │ └ Ex4.tlog
│ │ │ CL.command.1.tlog
│ │ │ CL.read.1.tlog
│ │ │ CL.write.1.tlog
│ │ │ Ex4.lastbuildstate
│ │ │ link.command.1.tlog
│ │ │ link.read.1.tlog
│ │ └ link.write.1.tlog
│ └ glut
│ │ glut.h
│ │ glut32.dll
│ └ glut32.lib
└ exe
│ Ex4.exe
│ Ex4.ilk
│ Ex4.pdb
└ glut32.dll