Replaced text overlay with proper UI overlay

This commit is contained in:
saschawillems 2017-11-01 14:22:10 +01:00
parent 570750c16f
commit 68692367e0
54 changed files with 564 additions and 1649 deletions

View file

@ -93,8 +93,8 @@ public:
zoom = -3.75f;
rotationSpeed = 0.5f;
rotation = glm::vec3(15.0f, 0.f, 0.0f);
enableTextOverlay = true;
title = "Vulkan Demo Scene - (c) 2016 by Sascha Willems";
settings.overlay = true;
}
~VulkanExample()