Starting basic physics, nothing fancy
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user