xeokit / xeokit-sdk

Open source JavaScript SDK for viewing high-detail, full-precision 3D BIM and AEC models in the Web browser.
https://xeokit.io
Other
714 stars 286 forks source link

Some material is white #1593

Closed amirandaspace closed 1 month ago

amirandaspace commented 1 month ago

Some concrete material is always in white color. My opinion, the code is not getting the correct parameter from material in some cases. Why so white?

Captura de tela 2024-07-24 180931

xeolabs commented 1 month ago

For us to reproduce and investigate this issue, could you please provide us with the IFC model, and details of how you convert and load it into xeokit. thanks

amirandaspace commented 1 month ago

You can download here: https://1drv.ms/u/s!AjdDvfmGmjP6nZcKxkCqACBzV8UOBw?e=DHYWxV Command to convert: node .\convert2xkt.js -s 'file.ifc' -o 'file.xkt' -l

xeolabs commented 1 month ago

We won't fix this at this time, however if this is critical for your enterprise application, please get in touch here and we can prioritise a fix: https://creoox.com/en/contact/

If you do happen to have time to fix this issue we are also happy to accept a PR on xeokit-convert.

If this is critical to your enterprise, we recommend using the ifc2gltfcxconverter, which is entirely maintained by us and gives better results (get in contact at that link for an evaluation version etc). This particular conversion option uses the third-party web-ifc library, which sometimes gives mixed results.

Thanks