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

XML3dLoader plugin only supports 3DXML schema 4.2 #1032

Closed Shahbaz5523 closed 1 year ago

Shahbaz5523 commented 1 year ago

I am trying to implement XML3dLoader plugin in angular 14 application the issue i faced while implementing this plugin is that

[xeokit plugin XML3DLoader]: Schema version not supported: 4.3 - supported versions are: 4.2 e

xeolabs commented 1 year ago

This is currently by design, so not a bug - the XML3DLoaderPlugin supports 4.2 currently and is not designed yet to support 4.3 yet.

Shahbaz5523 commented 1 year ago

Ok thanks