SHADOWS WORK

This commit is contained in:
Dynamitos
2025-05-10 22:52:46 +02:00
parent 980414e38b
commit 08a4dbdfdf
6 changed files with 63 additions and 32 deletions
+2 -2
View File
@@ -6,8 +6,8 @@
namespace Seele {
namespace Component {
struct Camera {
float nearPlane = 0.001f;
float farPlane = 10000.0f;
float nearPlane = 0.1f;
float farPlane = 1000.0f;
bool mainCamera = false;
};
} // namespace Component