realXtend / tundra

realXtend Tundra SDK, a 3D virtual world application platform.
www.realxtend.org
Apache License 2.0
84 stars 70 forks source link

LoadingScreen.js kills scene load performance on heavy scenes #759

Open Stinkfist0 opened 10 years ago

Stinkfist0 commented 10 years ago

I have a scene with 12 200 entities and same amount of unique meshes. With LoadingScreen.js enabled, the scene takes forever to load (did not have the patience to clock this, I'd estimate maybe 15 mins or so?). LoadingScreen.js omitted the scene loads in some tens of seconds. Maybe change the loading screen to perform its update logic once a second or something instead of the current per frame basis.