Antonio González Viegas
Antonio González Viegas
After investigating this issue, I've found that the quality of the outlines pass degrades after being resized: https://github.com/ThatOpen/engine_components/assets/56475338/b126f021-d824-4254-8005-2c5a30c13951 I've fixed it, and shouldn't happen again from version `@thatopen/[email protected]`. See this:...
Indeed, Manriss is right! Closing this.
Hey @RyugaRyuzaki this is quite interesting. We are now working with [tiles](https://www.linkedin.com/posts/antonio-gonz%C3%A1lez-viegas-8b2326151_openbim-opensource-activity-7150169300731867136-txH6?utm_source=share&utm_medium=member_desktop), so that we can open any model in under 5 seconds. Of course, that still needs to convert...
We are not planning to implement multithreading for now, as the current streaming features already solve scalability issues for big models, and we don't have technical capacity to investigate multithreading...
In the latest version this should be solved! Let us know otherwise. Cheers!
In the latest versions we have decoupled the FragmentsGroup uuid from the project guid, so I'm closing this!
@HoyosJuan I think he's referring to having a UI element that shows that information about the projects loaded.
Solved! A menu with this information can now be easily coded using our IFC APIs together with [UI Components](https://docs.thatopen.com/api/@thatopen/ui/). We also provide a [pre-made UI model list component](https://docs.thatopen.com/Tutorials/UserInterface/OBC/ModelsList) that you...
Thanks a lot for the help @daniel-augusto! Small notice: the tutorials are written in JavaScript because they are directly written in the HTML of the example where they are executed,...
Fixed! You can check it [here](https://docs.thatopen.com/Tutorials/Components/Core/Worlds).