loading...

This commit is contained in:
2024-10-02 14:48:19 +02:00
parent 1a7628bb42
commit 9fca05ae6e
4 changed files with 77 additions and 65 deletions

2
app.js
View File

@@ -291,7 +291,7 @@ let loadingManager = new THREE.LoadingManager(
)
loadingManager.onStart = function (url, itemsLoaded, itemsTotal) {
loadingPercent.innerText = "0%"
loadingDiv.style.display = "inherit"
loadingDiv.style.display = "flex"
}
const stats = new Stats()