/apps/demos/scenery: culling

This commit is contained in:
veclavtalica
2025-02-26 17:08:45 +03:00
parent 6812c7c13d
commit ed2afec5a7
3 changed files with 30 additions and 6 deletions

View File

@@ -12,6 +12,8 @@
typedef struct SceneIngame {
Scene base;
Vec3 looking_direction;
Vec3 pos;
float yaw;
float pitch;