Physics Simulation & Visualization Tool 0.1
A C++ physics simulation engine with real-time 3D visualization
Loading...
Searching...
No Matches
DebugSettings.h
Go to the documentation of this file.
1#pragma once
2#include "ISettingsGroup.h"
3
5 bool showAllPathTrails = true;
6 float pathTrailTime = 2.0f;
7 bool showForces = true;
8 bool showColliders = true;
9 bool showObjectLabels = true;
10
11 void load(QSettings& settings) override;
12 void save(QSettings& settings) const override;
13};
bool showAllPathTrails
void save(QSettings &settings) const override
bool showObjectLabels
void load(QSettings &settings) override
float pathTrailTime