filament
filament copied to clipboard
Add CMake option FILAMENT_USE_MULTIVIEW_STEREO
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 value of this parameter defaults to NO, which sticks to the original behavior.
Please add a release note line to NEW_RELEASE_NOTES.md. If this PR does not warrant a release note, add the 'internal' label to this PR.