Merge branch 'master' of https://github.com/raysan5/raylib
This commit is contained in:
commit
304c820a8e
3 changed files with 8 additions and 9 deletions
|
@ -12,7 +12,6 @@ int main() {
|
|||
cam.target = (Vector3){ 0.0f, 0.0f, 0.0f };
|
||||
cam.up = (Vector3){ 0.0f, 1.f, 0.0f };
|
||||
cam.fovy = 60.0f;
|
||||
cam.type = CAMERA_PERSPECTIVE;
|
||||
|
||||
Vector3 cubePos = { 0.0f, 0.0f, 0.0f };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue