Skip to content

Commit

Permalink
add README
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwillow committed Mar 12, 2023
1 parent 0051f0f commit 3bc5557
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# C++ OpenGL开发的3D打飞机游戏

窗口库用的glfw
界面库用的dear-imgui
模型加载用的assimp
地图用FastNoise库生成的Berlin Noise

通过存储旋转矩阵,把pitch, yaw变化量叠加到旋转矩阵的方法,解决了万向节死锁的问题。

# 视频
https://www.bilibili.com/video/BV1T5411m77r

0 comments on commit 3bc5557

Please sign in to comment.