Forum Discussion
adacto
9 years agoHonored Guest
2 360° overlayed videos
Hello,
I would like to overlay two 360° videos one of which shoul have some alpha channel or mask.
I'm wondering it would be possible and looking for some ways or solutions.
Thanks,
Federico
I would like to overlay two 360° videos one of which shoul have some alpha channel or mask.
I'm wondering it would be possible and looking for some ways or solutions.
Thanks,
Federico
1 Reply
Replies have been turned off for this discussion
- vrdavebOculus StaffOne simple way is to use a large, inside-out cube or sphere mesh that is concentric to the player's head. Don't make the mesh a child of the Camera - it usually works better to use a script to set the mesh's position equal to the Camera's without changing the rotation. A shader with alpha blending should work as usual there. Depending on how much code you want to write, you can either use multiple shader passes or separate meshes with an alpha blended shader for the different videos you want to display. For higher fidelity, you could use the multi-pass shader approach with Unity's Skybox component.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 4 years ago
- 2 years ago