Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 958 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 958 Bytes

OpenGL FPS Training

Preview

image info

Demo

image info

How to run (Windows)

  • Download zip here
  • unzip, run OpenGL_FPS-Training.exe

Implementation

  • Object loading
  • Bullet collision detection (using Ray-OBB intersection)

Functions

  • Shootiing(Left mouse button), Moving(WASD), Jumping(Space)
  • Press key 1 to toggle hitbox display mode.

Features

  • When bullet hit a bot, eliminate the bot.
  • Eliminated bots are respawned after 3 seconds.
  • Displaying bullet trajectory.
  • Displaying crosshair.
  • Displaying hit marker when bullet hit a bot.
  • Displaying scores (Killed, Missed, Accuracy).

References