Parameters for loading multiple XGF stream chunks.

interface XGFChunksLoadParams {
    dataModel?: DataModel;
    manifests: XGFChunkManifest[];
    sceneModel: SceneModel;
}

Properties

dataModel?: DataModel

Optional DataModel paired with the SceneModel.

manifests: XGFChunkManifest[]

Manifests for the chunks requested by the caller.

sceneModel: SceneModel

SceneModel that receives the loaded chunk content.