Antonio González Viegas

Results 311 comments of Antonio González Viegas

Solved! Let us know otherwise. Also, all our libraries are bundled now, so using them should be easier. Cheers!

Hi @wlinna this might happen due to 2 reasons: 1 - You are probably using the web-ifc option `OPTIMIZE_PROFILES: true`. This is something that we set as true by default...

Hey, we are trying to keep the libraries small and scoped, so that we can effectively maintain and improve them over time. This is a neat idea, can be easily...

Solved from version `@thatopen/[email protected]` and `@thatopen/[email protected]`. I'm publishing later today. Now you can specify a custom loading function like this: ```ts import * as FRAGS from "@thatopen/fragments"; // To fetch...

IMO the JSON containing the information of the geometries shouldn't be edited, as it could greatly increase the number of edge cases. So let's see if we can make this...

@MadsHolten I know! Right now, partial transparency is not possible due to the Three.js limitations mentioned above. But I plan to implement fragment cloning these days. So with that, you...

This should be solved with the latest version of the libraries. Closing this!

Starting from `@thatopen/[email protected]`, you can use the map `FragmentsGroup.globalToExpressId`. That way, you could map any globalID to an expressID and perform all highlighting operations as normal (using `highlightByID`). Closing this!...

Solved. You can try it [here](https://thatopen.github.io/engine_web-ifc/demo/). ![image](https://github.com/ThatOpen/engine_components/assets/56475338/488e0eff-5472-4115-9027-2124e22540f8)

We have created a [contributing page](https://docs.thatopen.com/contributing) in our docs. I think it includes all the points you mentioned, but let us know otherwise. Cheers!