From cdd73d043988bb5985fb0cfa89568e044efbb693 Mon Sep 17 00:00:00 2001 From: saschawillems Date: Fri, 30 Jun 2017 11:00:04 +0200 Subject: [PATCH] Initial camera position --- pbrtexture/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbrtexture/main.cpp b/pbrtexture/main.cpp index 4d6b6870..e224fb5e 100644 --- a/pbrtexture/main.cpp +++ b/pbrtexture/main.cpp @@ -106,7 +106,7 @@ public: camera.rotationSpeed = 0.25f; camera.setRotation({ -10.75f, 153.0f, 0.0f }); - camera.setPosition({ 5.25f, 0.5f, 3.5f }); + camera.setPosition({ 1.85f, 0.5f, 5.0f }); } ~VulkanExample()