Mathias Agopian
Mathias Agopian
**Filament version tested:** somewhere after v1.25.5 Older versions not tested. **Device:** Pixel 4 Does NOT happen on Pixel 6. - Enable Dynamic Resolution at Quality 1, 2 or 3 -...
**Filament version tested:** somewhere after v1.25.5 Older versions not tested. **Device:** Pixel 4 Does NOT happen on Pixel 6. SSAO appears all black when the **Vulkan** backend is used on...
backend can now return a "feature level", each level corresponds to a "bundle" of features. Level1: ES3.0 capabilities Level2: ES3.1 capabilities + 31 textures + cubemap arrays Currently metal always...
All version of metal support at least 31 texture images, but only a maximum of 16 samplers. Currently the metal backend as a 1:1 mapping between these, and as such...
Launch `gltf_viewer` with any transmission test and MSAA activated, the screen is back. Tested on Pixel4 and MoltenVK.
For some reason, `gltfio` is compiled from source everywhere it's used as a dependency in the android build. There are other libraries in that situation. We should not dependent on...
An interesting stress test is to run this command on Android: `adb shell am start -W -R 200 -n com.google.android.filament.gltf/.MainActivity` This will launch gltf_viewer 200 times. Ideally this should work...
It would be nice if matdbg could open shaders in a tab, so it's easy to go back and forth between a few shaders.
it is not true that the whole box is inside the frustum if we have 8 vertices and some frustum vertices are in the box -- that's even non-sensical. We...