【L62】计算机图形学:OpenGL的移动汽车

2022-01-14 01:07:49      索炜达电子      522     

文件编号:L62

文件大小:15M

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

开发环境:VS2019、OpenGL

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

简要概述:使用C++和OpenGL的移动汽车

操作说明:

按键'W' -> 向前

按键'S' -> 后退

按键'A' -> 向左

按键'D' -> 向右

按键'上' -> 视角旋转

按键'下' -> 视角旋转

按键'左' -> 视角旋转

按键'右' ->视角旋转

运行效果:

【L62】计算机图形学:OpenGL的移动汽车

目录│文件列表:

 ├ 演示视频

 │  └ 演示视频.mp4

 └ 项目源码

    └ OpenGl_HotPursuit

       └ ConsoleApplication1

          │ ConsoleApplication1.sdf

          │ ConsoleApplication1.sln

          │ ConsoleApplication1.v11.suo

          ├ ConsoleApplication1

          │  │ ConsoleApplication1.vcxproj

          │  │ ConsoleApplication1.vcxproj.filters

          │  │ ConsoleApplication1.vcxproj.user

          │  │ Source.cpp

          │  └ Debug

          │     │ cl.command.1.tlog

          │     │ CL.read.1.tlog

          │     │ CL.write.1.tlog

          │     │ ConsoleApplication1.exe.recipe

          │     │ ConsoleApplication1.ilk

          │     │ ConsoleApplication1.lastbuildstate

          │     │ ConsoleApplication1.log

          │     │ link-cvtres.read.1.tlog

          │     │ link-cvtres.write.1.tlog

          │     │ link-rc.read.1.tlog

          │     │ link-rc.write.1.tlog

          │     │ link.2272-cvtres.read.1.tlog

          │     │ link.2272-cvtres.write.1.tlog

          │     │ link.2272-rc.read.1.tlog

          │     │ link.2272-rc.write.1.tlog

          │     │ link.2272.read.1.tlog

          │     │ link.2272.write.1.tlog

          │     │ link.6100-cvtres.read.1.tlog

          │     │ link.6100-cvtres.write.1.tlog

          │     │ link.6100-rc.read.1.tlog

          │     │ link.6100-rc.write.1.tlog

          │     │ link.6100.read.1.tlog

          │     │ link.6100.write.1.tlog

          │     │ link.6332-cvtres.read.1.tlog

          │     │ link.6332-cvtres.write.1.tlog

          │     │ link.6332-rc.read.1.tlog

          │     │ link.6332-rc.write.1.tlog

          │     │ link.6332.read.1.tlog

          │     │ link.6332.write.1.tlog

          │     │ link.6688-cvtres.read.1.tlog

          │     │ link.6688-cvtres.write.1.tlog

          │     │ link.6688-rc.read.1.tlog

          │     │ link.6688-rc.write.1.tlog

          │     │ link.6688.read.1.tlog

          │     │ link.6688.write.1.tlog

          │     │ link.command.1.tlog

          │     │ link.read.1.tlog

          │     │ link.write.1.tlog

          │     │ Source.obj

          │     │ vc110.idb

          │     │ vc110.pdb

          │     │ vc142.idb

          │     │ vc142.pdb

          │     └ ConsoleA.9CAA6663.tlog

          │        │ CL.command.1.tlog

          │        │ CL.read.1.tlog

          │        │ CL.write.1.tlog

          │        │ ConsoleApplication1.lastbuildstate

          │        │ link.command.1.tlog

          │        │ link.read.1.tlog

          │        └ link.write.1.tlog

          └ Debug

             │ ConsoleApplication1.exe

             │ ConsoleApplication1.ilk

             └ ConsoleApplication1.pdb

TAG移动汽车
  • 1 次
  • 200 分