Remove VR Black Mask

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

Remove VR Black Mask

Tipo - Video
subido por - japo32
Fecha - 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);
}
  • Licencia: Gratuito - Versione gratuita, distribuzione illimitata
  • Idioma: Inglese
  • Tamaño: 1.39 Kb
  • descargado: 213
  • Comentarios: 1
Etiquetas: VR
SIGUENOS