Bastien Menissier

Results 9 comments of Bastien Menissier

Same issue here, the UI lags and Kap crashes when attempting to record. Issue started after Monterey update. If I reboot the Mac and attempt to do a recording it...

I also require to have access to the selected objects' coordinates in V2. That would require to change the data returned by xeoViewer's `selection-changed` event to something like that: ```...

I've created a PR #185 that partially implements @aothms proposal.

I came across the exact same problem. I worked around it by adding: `material.emissive = [color[0], color[1], color[2]];` after the line `material.diffuse = [color[0], color[1], color[2]];` in `_setObjectColor` in src/xeoViewer/xeoViewer.js...

I've had this bug as well. It seems to happen when `model.js` is loaded before `bimserverclient.js`. At the top of `bimserverclient.js`, commenting `var Model = null` fixes the issue in...

Amazing, I like that. The black outline not so much though. Same for the `viewFit` function, the visible outline during the animation doesn't look great in my opinion. Any reason...

I have also found the documentation about restore from backup a bit confusing. After experimentation this is what I found: - When settings `backup.enabled: true`, the backup path within the...

> Did we try the backport tag in the original PR? > > Anyway lgtm! No, the PR had already been merged and the backport was apparently not considered at...

> Hi, can you please take a look at the CI? > > thanks! @gurgunday I believe that the issue with the tests has been fixed in [this](https://github.com/fastify/fastify/commit/ca1987ca69d74da7a8efdcbedcd68d2863f8e59e) commit. I...