Jump to content

Supersampling: Difference between revisions

Shadowdawn (talk | contribs)
No edit summary
Shadowdawn (talk | contribs)
No edit summary
Line 7: Line 7:
*Under "steamvr" add "renderTargetMultiplier": 2.5 (with a multiplier of your choice)  
*Under "steamvr" add "renderTargetMultiplier": 2.5 (with a multiplier of your choice)  
**IMPORTANT: between each item there should be a , EXCEPT for the last one(so Python programmers beware)
**IMPORTANT: between each item there should be a , EXCEPT for the last one(so Python programmers beware)
*MY code looks like this: "steamvr" : { "allowReprojection" : true, "background" : "C:\Program Files (x86)\ViveSetup\Updater\viveNight.png", "renderTargetMultiplier": 2.5 },
*MY code looks like this: <syntaxhighlight>"steamvr" : { "allowReprojection" : true, "background" : "C:\Program Files (x86)\ViveSetup\Updater\viveNight.png", "renderTargetMultiplier": 2.5 },</syntaxhighlight>


==Supersampling on Oculus Rift==
==Supersampling on Oculus Rift==