Pourfex
Pourfex
I agree with @alan3six5, this behaviour is really weird as in play mode we would like to be in the game's camera view so we can test things out like...
Thanks @Mugen87 it does work for me. I'm wondering if we should change the current behaviour to match other 3D engine. Is there somewhere to make a poll or something...
@atteneder Yeah I just followed the exemple as is. ` var exportSettings = new ExportSettings { Format = GltfFormat.Binary, FileConflictResolution = FileConflictResolution.Overwrite, }; var export = new GameObjectExport( exportSettings); export.AddScene(rootLevelNodes,...
Thanks for taking this into next version of threejs !
On iOS this is not the actual behaviour, we can switch between two Crisp.configure with two differents Ids and we keep the sessions between each. If I set a TokenID...
Implement your way of doing things like this : ``` private fun contactSupport(improveIdeas: Boolean = false) { Crisp.configure(applicationContext, if (improveIdeas) BuildConfig.CRISP_ID_IDEAS else BuildConfig.CRISP_ID_SUPPORT) val user = ServiceLocator.databasePresenter.realm.query("id == $0", preferencesPresenter.getLoggedUserId()).find().firstOrNull()...
It's indeed not async. I tried to called the Crisp.ResetChat session between 2 websiteID change, before each session, after the first one.. None worked on my phone. Wonder if this...
Hello ! Sorry for late reply I didn't see November's message. Unfortunately that does not have fix my bug. We've still release it in production (in fact we don't have...
Thanks ! We'll test the 1.0.15 once released !
I have similar enquiry on iOS device to capture more points. I got worst result on iphone 13 pro max : 500 000 points before dropping to 30fps. Is there...