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
728 stars 288 forks source link

Floor of my xkt file isnt displayed correctly #1409

Closed Layak-Ali closed 7 months ago

Layak-Ali commented 7 months ago

Screenshot (46)

The floor of my file isnt displayed correctly. It works fine in gltf and ifc format in other viewers but not in xkt format. Is there any error in my code?

https://github.com/xeokit/xeokit-sdk/issues/1398#issuecomment-1978379012

Unfortunately i cant give send you the ifc file.

xeolabs commented 7 months ago

Try loading the glTF file into xeokit using the GLTFLoaderPlugin.

If the model still looks incorrect, then that means that the error lies with the IfcConvert tool, so you'll need to log an issue with that project.

If the glTF looks good, then the error is on our side. If that's the case, however, we would then need the glTF file to debug, and probably the IFC as well.

I can't comment on your code though, since you've not shared any in your issue - I don't think that will be the problem though.

Layak-Ali commented 7 months ago

it took a long time but it loaded the gltf file well and there was no error in gltf. I think the error lies in the ifcConvert tool. i will check that out