Balaji M
Balaji M
### Steps to reproduce `android:resizeableActivity=true` in AndroidManifest.xml fixed the problem. App is now automatically resized when dragged around the corners. Issue: However if the app was initially installed with resizeableActivity=false...
**Describe the bug** Extended algorithm (from [this](https://github.com/google/filament/pull/7776) PR) drastically slows down the rendering. When I [opt in](https://github.com/google/filament/discussions/7851#discussioncomment-9441128) to the extended algorithm the model which was loading fine before (if I...
⚠️ **Issues not using this template will be systematically closed.** **Describe the bug** ResourceLoader [creates](https://github.com/google/filament/blob/1c2ffc9ed4581080e53b23dda63ed7bfee6311e7/libs/gltfio/src/ResourceLoader.cpp#L743) a job for each primitive to compute tangent. This crashes filament when loading a larger...
⚠️ **Issues not using this template will be systematically closed.** **Describe the bug** When loading larger models (over 8K entities) `ModelViewer#loadModelGlb` blocks the UI. Calling this function in a different...
⚠️ **Issues not using this template will be systematically closed.** **Describe the bug** High end devices (Samsung S22 ultra) fails (app crashes) to load a larger model (over 10K renderables)...
When loading a glb model (~6.5K entites) there's an initial lag for ~10 seconds before the model responds to touch events. This happens only on Adreno GPUs, even on the...