Loads DataModelParams into a DataModel.
This function expects the DataModel.built and DataModel.destroyed flags to be false before loading.
false
For detailed usage, refer to @xeokit/sdk/data.
The parameters for loading the DataModel.
The DataModel instance to load the data into.
The DataModelParams to load into the DataModel.
A promise that resolves when the DataModel has been successfully loaded.
SDKError
Loads DataModelParams into a DataModel.
This function expects the DataModel.built and DataModel.destroyed flags to be
false
before loading.For detailed usage, refer to @xeokit/sdk/data.