• K
    GLTFExporter: Fix mesh cache key · 515e6ba9
    kinolaev 提交于
    1. Function `processMesh` has 2 `cacheKey` variables: one for mesh and one for attribute. Because of that meshes are cached with invalid keys. This PR renames first `cacheKey` to `meshCacheKey`
    2. Fix multimaterial mesh caching by joining uuids
    515e6ba9
GLTFExporter.js 52.5 KB