This commit is contained in:
Jorijn van der Graaf 2025-06-10 22:47:47 +02:00
commit 6fe9c0f4c2
7 changed files with 262 additions and 13 deletions

View file

@ -36,5 +36,7 @@ namespace Crafter {
Event<void> onUpdate;
Camera(float fov, float aspectRatio, float near, float far);
void Update();
Vector<float, 3> ToRay(uint32_t x, uint32_t y);
};
}