Make the oribital camera work like it used to (it is not just a copy of third person) (#2926)
This commit is contained in:
parent
beb44f1dac
commit
9eaed07b77
13 changed files with 38 additions and 42 deletions
|
@ -86,7 +86,6 @@ int main(void)
|
|||
// Camera FOV is pre-calculated in the camera Distance.
|
||||
double camDist = 1.0/(tan(camera.fovy*0.5*DEG2RAD));
|
||||
|
||||
DisableCursor(); // Limit cursor to relative movement inside the window
|
||||
SetTargetFPS(60); // Set our game to run at 60 frames-per-second
|
||||
//--------------------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue