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
728 stars 287 forks source link

Error loading multiple PerformanceModels concurrently #27

Closed xeolabs closed 5 years ago

xeolabs commented 5 years ago

BatchingLayer had an assertion to ensure that only one BatchingLayer was being built at a time. That assertion is now redundant.

It was causing this error:

image001 1

Fix by removing that currentBatchingLayer variable.

xeolabs commented 5 years ago

Fixed in https://github.com/xeokit/xeokit-sdk/releases/tag/v0.1.6