You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cities with ~100+ objects seem to be slow in VR mode in FF nightly / Vive. There can be a noticeable delay when looking around or moving controllers which is nauseating and annoying. Here are some notes on optimization from a-frame slack conversation:
enable a-frame stats - done, and noticed a few things. the control-bar component creates a new draw call for each object previewed, but this is not removed. so over time in a scene when objects are browsed this slows down the scene little by little.
city builder users obj files. at the moment, each obj uses a separate mtl and png, but after some quick analysis those are usually identical (or very similar) and it's possible to load one mtl and use that same mtl reference for separate obj files. this may result in significant performance improvements and is probably the first place to try.
Cities with ~100+ objects seem to be slow in VR mode in FF nightly / Vive. There can be a noticeable delay when looking around or moving controllers which is nauseating and annoying. Here are some notes on optimization from a-frame slack conversation:
The text was updated successfully, but these errors were encountered: