You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XKT V8 combines IFC metadata into the XKT file, making the use of a separate metadata JSON file redundant.
Advantages are:
One HTTP request for each model, instead of two.
Smaller payload, since XKT is compressed binary.
One file per model, instead of two, which simplifies data management.
For backward compatibility, XKTLoaderPlugin will continue to accept a separate metadata JSON file, if one is provided. In such a case, the JSON metadata would override the metadata embedded in the XKT.
Along with this update, we'll also update all docs, examples and tests to work with XKT V8. This means changing all code examples so that they load the single XKT file, without the JSON metadata file, since this is now the standard for xeokit.
IFC -> XKT Conversion
The open source conversion pipeline changes slightly, where we re-route the metadata JSON from the xeokit-metadata tool into the gltf2xkt tool, to combine the metadata into its XKT output.
XKT V8
See: xeokit/xeokit-xkt-utils#14
XKT V8 combines IFC metadata into the XKT file, making the use of a separate metadata JSON file redundant.
Advantages are:
For backward compatibility, XKTLoaderPlugin will continue to accept a separate metadata JSON file, if one is provided. In such a case, the JSON metadata would override the metadata embedded in the XKT.
Along with this update, we'll also update all docs, examples and tests to work with XKT V8. This means changing all code examples so that they load the single XKT file, without the JSON metadata file, since this is now the standard for xeokit.
IFC -> XKT Conversion
The open source conversion pipeline changes slightly, where we re-route the metadata JSON from the
xeokit-metadata
tool into thegltf2xkt
tool, to combine the metadata into its XKT output.Loading XKT
Now, loading the XKT no longer requires loading an accompanying metadata JSON file:
The text was updated successfully, but these errors were encountered: