filament icon indicating copy to clipboard operation
filament copied to clipboard

Add CMake option FILAMENT_USE_MULTIVIEW_STEREO

Open z3moon opened this issue 1 year ago • 1 comments

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.

z3moon avatar Jan 20 '24 00:01 z3moon

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.

github-actions[bot] avatar Jan 20 '24 00:01 github-actions[bot]