Starting basic physics, nothing fancy

This commit is contained in:
2023-02-20 00:29:28 -08:00
parent 4bfec16ba7
commit 9606b4dc9b
32 changed files with 779 additions and 286 deletions

View File

@ -43,7 +43,7 @@ namespace Dawn {
// Shared
float_t clipNear = 0.001f;
float_t clipFar = 1000.0f;
float_t clipFar = 50.0f;
/**
* Create a new Camera Component.