BabylonJS / Exporters

Exporters for Babylon.js and gltf file formats
Other
613 stars 313 forks source link

Morph target export performance improvement #1096

Closed SergioRZMasson closed 1 year ago

SergioRZMasson commented 1 year 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 1 year ago

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