• Hi Guest!

    This is a notice regarding recent upgrades to the Hub. Over the last month, we have added several new features to improve your experience.
    You can check out the details in our official announcement!

Search results for query: *

  1. F

    How to Customize ALVR-Client for Quest 2 Passthrough on Windows with Any Mask Color

    This method worked amazingly, with a high enough delta-e the outline is mostly gone. My changed code to passthroughMask_frag.glsl is below: #include "common/baseVideoFrag.glsl" #include "common/colorFunctions.glsl" layout(location = 0) out vec4 FragColor; vec3 RGB_TO_LAB(vec3 rgb) { return...
Back
Top Bottom