google / filament

Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2
https://google.github.io/filament/
Apache License 2.0
17.35k stars 1.84k forks source link

Update combine_multiview_images flag #7867

Closed z3moon closed 1 month ago

z3moon commented 1 month ago

Set combine_multiview_images to false by default as it's the desirable setting for most Android devices.

Set the flag to true for GUI by default.

Put the Combine Multiview Images checkbox under the Stereo mode box for an easier access.