Remove VR Black Mask

Home > User Files > Remove VR Black Mask
DCS: World
Sonstige

Remove VR Black Mask

Typ - Video
Hochgeladen von - japo32
Datum - 14.04.2021 19:33:56
IF you want to record your VR there is a new black mask in the VR mirror that makes the OBS capture area smaller. To remove that mask, overwrite with this shader in the bazar/shaders folder (unzip it first)




I am not programmer so I don't know if I did it right, but it seems to work.
Just modified the
float4 vsOctagonMask(in float2 pos:POSITION0): SV_POSITION0
{
    return float4(pos, 1, 1);
}

to

float4 vsOctagonMask(in float2 pos:POSITION0): SV_POSITION0
{
    return float4(pos, 0.1, 0.1);
}
  • Lizenz: Freeware - Kostenlose Version, Freie Weitergabe
  • Sprache: Englisch
  • Größe: 1.39 Kb
  • Geladen: 213
  • Kommentare: 1
Tags: VR
FOLLOW US