forked from alvr-org/ALVR
-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
First of all, I would like to thank all developers for their hard work.
I looked up the packaging logic of korejan/ALXR-nightly (github.com) , as well as the dependent ALVR project and ALXR engine code,
Found several ways, it seems that you can modify the perspective color.
- ALVR-OpenXR-Engine project src/alxr_engine/options.h GetBackgroundClearColor (TransparentBlack, Black)
- ALVR project alvr/experiments/graphics/src/ lib.rs execute_default_pass (load: Load Op :: Clear (Color :: Black))
- ALVR project alvr/experiments/server _compositor/src/compositing.rs draw < 'a > (load: Lo a dOp :: Cle a r (Color :: BLACK))
I tried to modify these parameters from black to green, but there was no effect after re-compiling, the apk link streamvr is still black perspective.
So I thought it would be better to have a familiar developer tell me where to modify, or develop a custom option for users to modify themselves.
Thank you
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels