【L66】计算机图形学:OpenGL行驶的三维场景赛车

2022-01-14 11:01:30      索炜达电子      437     

文件编号:L66

文件大小:42M

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

开发环境:VS2019、OpenGL

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

简要概述:OpenGL行驶的三维场景赛车

操作说明:

按键'上' -> 向前

按键'下' -> 后退

按键'左' -> 向左

按键'右' -> 向右

运行效果:

【L66】计算机图形学:OpenGL行驶的三维场景赛车

目录│文件列表:

 ├ 演示视频

 │  └ 演示视频.mp4

 └ 项目源码

    └ car-racing-opengl

       │ main_tutorialOpenGl.cpp

       │ OPENGL TUTORIAL.txt

       │ OpenGLCarRacing.sln

       ├ Debug

       │  │ freeglut.dll

       │  │ glew32.dll

       │  │ OpenGLCarRacing.exe

       │  └ OpenGLCarRacing.pdb

       ├ External Libraries

       │  ├ assimp

       │  │  ├ include

       │  │  │  └ assimp

       │  │  │     │ .editorconfig

       │  │  │     │ ai_assert.h

       │  │  │     │ anim.h

       │  │  │     │ camera.h

       │  │  │     │ cexport.h

       │  │  │     │ cfileio.h

       │  │  │     │ cimport.h

       │  │  │     │ color4.h

       │  │  │     │ color4.inl

       │  │  │     │ config.h

       │  │  │     │ DefaultLogger.hpp

       │  │  │     │ defs.h

       │  │  │     │ Exporter.hpp

       │  │  │     │ Importer.hpp

       │  │  │     │ importerdesc.h

       │  │  │     │ IOStream.hpp

       │  │  │     │ IOSystem.hpp

       │  │  │     │ light.h

       │  │  │     │ Logger.hpp

       │  │  │     │ LogStream.hpp

       │  │  │     │ material.h

       │  │  │     │ material.inl

       │  │  │     │ matrix3x3.h

       │  │  │     │ matrix3x3.inl

       │  │  │     │ matrix4x4.h

       │  │  │     │ matrix4x4.inl

       │  │  │     │ mesh.h

       │  │  │     │ metadata.h

       │  │  │     │ NullLogger.hpp

       │  │  │     │ postprocess.h

       │  │  │     │ ProgressHandler.hpp

       │  │  │     │ quaternion.h

       │  │  │     │ quaternion.inl

       │  │  │     │ scene.h

       │  │  │     │ texture.h

       │  │  │     │ types.h

       │  │  │     │ vector2.h

       │  │  │     │ vector2.inl

       │  │  │     │ vector3.h

       │  │  │     │ vector3.inl

       │  │  │     │ version.h

       │  │  │     ├ Compiler

       │  │  │     │  │ poppack1.h

       │  │  │     │  │ pstdint.h

       │  │  │     │  └ pushpack1.h

       │  │  │     └ port

       │  │  │        └ AndroidJNI

       │  │  │           └ AndroidJNIIOSystem.h

       │  │  └ lib

       │  │     │ assimp-vc140-mt.dll

       │  │     │ assimp-vc140-mt.exp

TAG三维场景赛车
  • 6 次
  • 200 分