BabylonJS / Exporters

Exporters for Babylon.js and gltf file formats
Other
597 stars 307 forks source link

Morph target export performance improvement #1096

Closed SergioRZMasson closed 9 months ago

SergioRZMasson commented 11 months ago

Added a small change on how we export morph targets. The way we were doing it before the ManagedServices.MaxscriptSDK.ExecuteStringMaxscriptQuery API was been called twice, which is 96% of the total load time, now we only call it once.

bghgary commented 11 months ago

Some tab/space issue makes it hard to review. Can you fix?