xeolabs

Results 219 comments of xeolabs

This sounds like a Vue-related peculiarity relating to [web-ifc](https://github.com/ThatOpen/engine_web-ifc) rather than to xeokit - I'd recommend seeing in the web-ifc project if there are any Vue-related issues. Not sure what...

@Kurtil Solution 1 looks fine to me - if you can make a PR I'll merge. I would suggest a new property `CameraControl.keyboardEnabledOnlyIfMouseOver`, like https://github.com/xeokit/xeokit-sdk/blob/master/src/viewer/scene/CameraControl/CameraControl.js#L910

Sorry, we're not able to reproduce this issue. If it's still happening, if you can some steps to reproduce we'll re-open a take a look.

Thanks for digging into this - we'll make that `cacheBuster` option false by default

Seems to work OK for me: https://xeokit.io/demo.html?projectId=RAC ![Screenshot from 2024-03-08 11-12-31](https://github.com/xeokit/xeokit-bim-viewer/assets/83100/b5bfe0ec-55e8-49b7-84cf-92767a5355c1) Can I please get some info on how to reproduce? Perhaps: - the URL, or model - how the...

Can you provide the IFC, and the XKT that was converted some time ago? Then I can debug and make a regression test etc.

Can you attach them to this issue? BTW the direct IFC->XKT conversion mode with convert2xkt is not one that's used much, because it doesn't scale well for large models. We...

> ARK: converts without properties using convert2xkt RIE: converts with properies > > [H0700 Krohnåstoppen Bofellesskap ARK #70.ifc.zip](https://github.com/xeokit/xeokit-bim-viewer/files/14559424/H0700.Krohnastoppen.Bofellesskap.ARK.70.ifc.zip) [H0700 Krohnåstoppen Bofellesskap RIE #48 2023-02-07 1326.ifc.zip](https://github.com/xeokit/xeokit-bim-viewer/files/14559437/H0700.Krohnastoppen.Bofellesskap.RIE.48.2023-02-07.1326.ifc.zip) Are these both converted directly...

Hi Toni! Yes I think it would be good to use the gradient technique in non-log depth mode. The performance hit is OK, because users often use FastNavPlugin to hide...

@Kurtil Sorry for the delay getting to this PR! One thing I'd like to change, if agreeable to you - can we introduce a new flag (with getter/setter) on `CameraControl`...