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
738 stars 291 forks source link

Possible rendering bug #88

Closed barnabasmolnar closed 5 years ago

barnabasmolnar commented 5 years ago

Hi,

I've come across what I believe to be a bug. I've got a .gltf file that is not being rendered properly.

Please find the file here:

https://gist.githubusercontent.com/barnabasmolnar/848a36be58d7ab7d29e402a9de399fc2/raw/eb6e2bfb173da4841289b404bdec35d6fd6a451b/test.gltf

If you do a search for 1BBNvXyaj5$uVtIFUcr640, that's the node/mesh (sorry, not quite sure about the proper terminology here) that's not being drawn on the canvas at all.

I've tried it with CesiumJS, three.js and even the xeogl library and they all render that wall just fine, so the issue appears to be limited to the xeokit-sdk.

Would appreciate if you could have a look. :+1:

xeolabs commented 5 years ago

Hi, looks like this is the same issue as one I just fixed: https://github.com/xeokit/xeokit-sdk/issues/89

If you could confirm, then I'll close this ticket.

Before the fix:

Screenshot from 2019-06-13 13-27-34

After the fix:

Screenshot from 2019-06-13 13-28-06

barnabasmolnar commented 5 years ago

Yep, just tested it, appears to be fixed. Thank you! :+1: