From e5eac063ed3501e6c44470883e00c1318a762b41 Mon Sep 17 00:00:00 2001 From: LJ5O <75009579+LJ5O@users.noreply.github.com> Date: Fri, 8 Mar 2024 22:01:05 +0100 Subject: [PATCH] Performance selector is now working Selecting something under "Powerful" will now remove some useless props from the scene, in order to save some RAM and CPU. Not the ideal way of helping cheap computers, but for now it'll work. Maybe I will find something better later --- index.html | 8 +++--- src/main.js | 5 ++-- src/menu.js | 4 ++- src/utils/addAssetsOnScene.js | 52 +++++++++++++++++++++++------------ 4 files changed, 44 insertions(+), 25 deletions(-) diff --git a/index.html b/index.html index b2aee12..e1bb1ed 100644 --- a/index.html +++ b/index.html @@ -16,10 +16,10 @@