diff options
| author | victorfisac <[email protected]> | 2017-04-06 15:28:04 +0200 |
|---|---|---|
| committer | victorfisac <[email protected]> | 2017-04-06 15:28:04 +0200 |
| commit | 54f070a0f421798dca911b48223a67ae6dc51956 (patch) | |
| tree | 07eefb8740d05754dcd875f49ea193eee1c79555 /docs/examples/web/core_world_screen.c | |
| parent | 256bc6e1dccfd021239dd0e5a66c377a402c3c59 (diff) | |
| parent | c47b04a2c673f3073e2cc5a47d5aa1bce029e93e (diff) | |
| download | raylib-54f070a0f421798dca911b48223a67ae6dc51956.tar.gz raylib-54f070a0f421798dca911b48223a67ae6dc51956.zip | |
Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop
Diffstat (limited to 'docs/examples/web/core_world_screen.c')
| -rw-r--r-- | docs/examples/web/core_world_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/web/core_world_screen.c b/docs/examples/web/core_world_screen.c index 7a8ed346..d490dc98 100644 --- a/docs/examples/web/core_world_screen.c +++ b/docs/examples/web/core_world_screen.c @@ -22,7 +22,7 @@ int screenWidth = 800; int screenHeight = 450; // Define the camera to look into our 3d world -Camera camera = {{ 0.0f, 10.0f, 10.0f }, { 0.0f, 0.0f, 0.0f }, { 0.0f, 1.0f, 0.0f }}; +Camera camera = {{ 8.0f, 10.0f, 10.0f }, { 0.0f, 0.0f, 0.0f }, { 0.0f, 1.0f, 0.0f }, 45.0f }; Vector3 cubePosition = { 0.0f, 0.0f, 0.0f }; |
