Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Geometry does not update from squares once exceeding a certain level of data load #35

Open
GonzaloQSystra opened this issue Jan 28, 2025 · 9 comments
Assignees

Comments

@GonzaloQSystra
Copy link

GonzaloQSystra commented Jan 28, 2025

We tested the prototype with our highest load model - our 3d federated model

Image

It was almost perfect! but it creates these extended geometry points, likely because the information of scale or location isn't being translated properly when working with the biggest of models, as our model is not supposed to have pillars flying high above the Station.

@GhisBntly
Copy link
Collaborator

Hi Gonzalo, thanks for the report and for the positive feedback!
Are the pillars visible in Bentley Infrastructure Cloud / Design Review's viewer as well, or only Unreal?

FYI @mathieu-lemuzic , @markschlosseratbentley , it looks like a 3DTiles export issue, right?

@GhisBntly GhisBntly self-assigned this Jan 29, 2025
@markschlosseratbentley
Copy link

@GhisBntly It is possible.
Looping in @danieliborra

@GonzaloQSystra
Copy link
Author

Hi Gonzalo, thanks for the report and for the positive feedback! Are the pillars visible in Bentley Infrastructure Cloud / Design Review's viewer as well, or only Unreal?

FYI @mathieu-lemuzic , @markschlosseratbentley , it looks like a 3DTiles export issue, right?

Synchro Control and Bentley's systems show no pillars - only in Unreal

@mathieu-lemuzic
Copy link

@GonzaloQSystra could we have access to the imodel so that I can inspect it locally ?

@danieliborra
Copy link

Category filtering?

@markschlosseratbentley
Copy link

Synchro Control uses IMDL tiles, not Cesium 3D Tiles. Could be a problem specific to Cesium 3D Tiles.

@GonzaloQSystra
Copy link
Author

"LogITwinCesium: Error: [2025-01-30 09:37:53.364] [error] [ErrorList.h:72] Errors when loading tileset:

Here's the main error that appears, I suspect its related to this.

Image

Just in case, here's the minor ones.

I'd de capable of sharing the model, just need to know the best way to do so

@mathieu-lemuzic
Copy link

mathieu-lemuzic commented Jan 30, 2025

Category filtering?

I'm going to second daniel on that, if the issue is with 3D Tiles, then it's very likely caused by geometries categories that we usually filter out in iTwinjs, you need to look for objects with the category "construction" and discard them all, our latest release of the mesh export service will produce tiles that will provide you this information.

@GhisBntly
Copy link
Collaborator

The current release of the itwin plugin doesn't allow to hide Construction data, I'm afraid, unless you can see this toggle?

Image

But if those are indeed construction data, I guess then they would be visible in the online viewer using this toggle:

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants