2022-01-12 10:00:23 索炜达电子 616
文件编号:L33
文件大小:19M
代码行数:300行(主程序)
开发环境:VS2019、OpenGL
猿创承诺:该源码均通过亲自测试可正常运行
简要概述:OpenGL实验 桌子上兔子 显示列表
操作使用:
按键W 整体 向上移动
按键S 整体 向下移动
按键A 整体 向左移动
按键D 整体 向右移动
按键空格 整体旋转
按键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