mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-24 16:48:18 -05:00
Cleanup.
This commit is contained in:
parent
8493775a8b
commit
8f15a6f0e8
1 changed files with 2 additions and 2 deletions
|
@ -125,9 +125,9 @@ class Terrain : public entry::AppI
|
|||
|
||||
cameraCreate();
|
||||
|
||||
const float initialPos[3] = { 0.0f, 15.0f, 0.0f };
|
||||
const float initialPos[3] = { s_terrainSize/2.0f, 100.0f, 0.0f };
|
||||
cameraSetPosition(initialPos);
|
||||
cameraSetVerticalAngle(0.0f);
|
||||
cameraSetVerticalAngle(-bx::pi/4.0f);
|
||||
}
|
||||
|
||||
virtual int shutdown() BX_OVERRIDE
|
||||
|
|
Loading…
Reference in a new issue