diff --git a/computenbody/computenbody.cpp b/computenbody/computenbody.cpp index 4482bbb5..6bfa18dd 100644 --- a/computenbody/computenbody.cpp +++ b/computenbody/computenbody.cpp @@ -93,9 +93,6 @@ public: VulkanExample() : VulkanExampleBase(ENABLE_VALIDATION) { - width = 1920; - height = 1080; - enableTextOverlay = true; title = "Vulkan Example - Compute shader N-body system"; @@ -104,9 +101,6 @@ public: camera.setRotation(glm::vec3(-26.0f, 75.0f, 0.0f)); camera.setTranslation(glm::vec3(0.0f, 0.0f, -14.0f)); camera.movementSpeed = 2.5f; - zoomSpeed = 5.0f; - - paused = true; } ~VulkanExample()