feat: improve performance panel
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 1m54s

This commit is contained in:
2024-04-25 18:40:45 +02:00
parent 66ae9e6c72
commit bd359fbaf7
10 changed files with 185 additions and 88 deletions

View File

@@ -8,6 +8,7 @@ export const AppSettings = localStore("node-settings", {
wireframe: false,
showIndices: false,
showVertices: false,
showPerformancePanel: false,
centerCamera: true,
showStemLines: false,
amount: 5
@@ -67,6 +68,11 @@ export const AppSettingTypes = {
label: "Show Indices",
value: false,
},
showPerformancePanel: {
type: "boolean",
label: "Show Performance Panel",
value: false,
},
showVertices: {
type: "boolean",
label: "Show Vertices",