Sungun Park
Sungun Park
Passing -DFILAMENT_USE_MULTIVIEW_STEREO allows the generated project files to contain the preprocessor FILAMENT_USE_MULTIVIEW_STEREO. This will be referenced to determine which implementation for stereo rendering should be used at compile time. The...
**Describe the bug** Vulkan backend has an issue on refreshing the new change from matdbg web on windows/linux. On linux, changes made in matdbg web are not applied to the...
**Is your feature request related to a problem? Please describe.** Currently the filament UI doesn't provide options to scale or magnify UI/font. **Describe the solution you'd like** I'd like to...
Add defines for trimming default materials. These enable binary size reduction by omitting them. Referencing the trimmed material will cause associated renderables to be skipped from rendering. BUG=[415840223]
Add a varying variable `multiview_data` for both surface and post-processing shaders. Currently this only works as intended in surface shader, and additional implementation to facilitate it for post-processing will be...