fl-web-component 2.0.0-beta.4 → 2.0.0-beta.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1424,15 +1424,6 @@ export class StreamLoader {
1424
1424
  this.updateModelRegistry(item, materialData, sceneBox, boxIndex);
1425
1425
  console.log('modelRegistry', this.modelRegistry)
1426
1426
 
1427
- // 获取区域划分数据
1428
- // const divideData = await this.getPrimitivesByDivide(item.id);
1429
-
1430
- // if (divideData && divideData.length > 0) {
1431
- // await this.batchLoadRegions(item, divideData, options);
1432
- options.onComplete?.();
1433
- // } else {
1434
- // }
1435
-
1436
1427
  return { modelResourceMap: modelResourceMapObj, sceneBox, boxIndex, item };
1437
1428
  } catch (error) {
1438
1429
  return null;