• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

Recent content by fiestamart

  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