Remove VR Black Mask

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

Remove VR Black Mask

Tipo - Video
Caricata da - japo32
Data - 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);
}
  • Licenza: Gratuito - Versione gratuita, distribuzione illimitata
  • Lingua: Inglese
  • Dimensione: 1.39 Kb
  • Scaricato: 213
  • Commenti: 1
Tags: VR
FOLLOW US