HifiExperiments
HifiExperiments
finally found where we do this for android: https://github.com/overte-org/overte/blob/493c9c944181e1f7660970cc9cbe6e92334d1649/libraries/display-plugins/src/display-plugins/Basic2DWindowOpenGLDisplayPlugin.cpp#L115 we should provide an advanced graphics setting to manually toggle this
why does this need to be invokeable from JS? shouldn't this be run purely from the c++ side? maybe when domains first load and then again on backups or somewhat...
ah yeah you're totally right you could take a look at EntityTree::readFromMap for a good place to do this!
hm ``` /__w/overte/overte/interface/src/scripting/PerformanceScriptingInterface.cpp:14:10: fatal error: QtQML: No such file or directory 14 | #include | ^~~~~~~ ``` I'll look into that...
I believe I've fixed the audio device issue. for the login screen, it turns out I had accidentally deleted `_disableLoginScreen` which was always set to true. so whatever that fullscreen...
there are some conflicts now, I’ll probably wait until after the next release to rebase and resolve them just to avoid causing any problems
I've rebased this and it's all ready to be reviewed + tested again!
I've rebased this again and it's still ready for final testing + review!
darn! thank you for testing, I'll look into those
there’s definitely some weirdness around audio devices on startup. the previous fix (to the much earlier issue of the audio devices not showing up) was to reorder some initialization: https://github.com/overte-org/overte/pull/939/commits/2345bcc2b58d2cb8560cbabcca65f191ee0e81de#diff-379416a9df19174e2bf0d9d644da8269931fbe2f7f0516719eedb75f8d022b34R810...