@ -46,7 +46,7 @@ public:
private:
void imGuiWindows();
struct PerformanceInformation {
static const size_t saves = 144;
static const size_t saves = 30;
FixedList recentTotalUpdateDurations = FixedList(saves);
float updateDuration;
FixedList recentFrameDurations = FixedList(saves);
@ -184,7 +184,7 @@ void Application::createSyncObjects() {
}
void Application::createMeshBuffers() {
Mesh sphere("models/icosphere.ply");
Mesh sphere("models/icosphere_medium.ply");
Mesh bunny("models/bunny_medium.ply");
auto body = std::make_unique<SoftBody>(&sphere, 1.f / 60);