Remove VR Black Mask

主页 > 用户文件 > Remove VR Black Mask
DCS: World
其他

Remove VR Black Mask

类型 - 视频
上传者 - japo32
日期 - 2021-04-14 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);
}
  • 许可: 免费 - 免费版, 无分发限制
  • 语言: 英文
  • 大小: 1.39 Kb
  • 下载数: 213
  • 评论: 1
标签: VR
关注我们