Remove VR Black Mask

Accueil > Fichiers Utilisateurs > Remove VR Black Mask
DCS: World
Autre

Remove VR Black Mask

Type - Video
Uploadé par - japo32
Date - 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);
}
  • Licence: Freeware - Version Gratuite, Distribution non limitée
  • Langue: Anglais
  • Taille: 1.39 Ko
  • Téléchargé: 215
  • Commentaires: 1
Tags: VR
FOLLOW US