]> git.tdb.fi Git - libs/game.git/commit
Add raycast functionality
authorMikko Rasa <tdb@tdb.fi>
Sun, 30 Mar 2025 12:35:35 +0000 (15:35 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 30 Mar 2025 12:35:35 +0000 (15:35 +0300)
commit71f0c7d7dab55a4ec956e876bf3bb82275335baf
treee666f532f8bec0fd8b5aa8d00d455d1365c80d17
parent6a3ed6c7c19f0c873460097567ee8444237af0cc
Add raycast functionality

Includes a helper function in the Camera component to create rays.
source/game/camera.cpp
source/game/camera.h
source/game/physicssystem.cpp
source/game/physicssystem.h
source/game/setups_special.cpp
source/game/setups_special.h
source/game/shape.h