Example setup
This commit is contained in:
parent
7fee0ddb05
commit
228572c063
2 changed files with 3 additions and 4 deletions
|
|
@ -142,7 +142,9 @@ public:
|
|||
title = "Vulkan Example - Deferred shading (2016 by Sascha Willems)";
|
||||
camera.type = Camera::CameraType::firstperson;
|
||||
camera.movementSpeed = 5.0f;
|
||||
#ifndef __ANDROID__
|
||||
camera.rotationSpeed = 0.25f;
|
||||
#endif
|
||||
camera.position = { 2.15f, 0.3f, -8.75f };
|
||||
camera.setRotation(glm::vec3(-0.75f, 12.5f, 0.0f));
|
||||
camera.setPerspective(60.0f, (float)width / (float)height, 0.1f, 256.0f);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue