From 191ddad2bb0af8d525f255ef6cd0043c5220f6a5 Mon Sep 17 00:00:00 2001 From: Benjamin Kraft Date: Sun, 6 Oct 2024 19:00:42 +0200 Subject: [PATCH] stiffer bunnies --- src/application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/application.cpp b/src/application.cpp index 426f204..e9e4e1f 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -137,7 +137,7 @@ void Application::createMeshBuffers() { softBodies.push_back(std::move(copy)); } - body = std::make_unique(&bunny, 1.f / 3); + body = std::make_unique(&bunny, 1.f / 10); for (size_t i = 0; i < 10; i++){ auto copy = std::make_unique(*body.get()); copy->applyVertexOffset({i * 2, 0, 2});