netcanol
Results
2
issues of
netcanol
### What happened? Loading some glTF/glb animated models causes severe stuttering in Cesium, with the fps dropping close to 0. I have provided the model in the attachment, and it...
type - bug
category - model/gltf
category - memory/performance
needs feedback
### What happened? ```js if (defined(cachedMaterial)) { const template = clone(cachedMaterial.fabric, true); result._template = combine(result._template, template, true); translucent = cachedMaterial.translucent; } ``` In the current code, if the fabric contains...
type - bug
needs feedback
needs triage