+ | Portal viewing angle teleportation

This commit is contained in:
TheRedShip
2025-02-06 00:16:25 +01:00
committed by tomoron
parent 63728e6476
commit b1c9718ae3
10 changed files with 72 additions and 27 deletions

View File

@ -41,6 +41,7 @@ class Camera
void processKeyboard(bool forward, bool backward, bool left, bool right, bool up, bool down);
void updateCameraVectors();
void updateCameraDirections();
int portalTeleport(Scene *scene, float delta_time);