Reviewed Vr stereo
This commit is contained in:
parent
71b86bf4d0
commit
84d0d21f23
3 changed files with 4 additions and 4 deletions
|
@ -52,7 +52,7 @@ int main(void)
|
|||
};
|
||||
|
||||
// Load VR stereo config for VR device parameteres (Oculus Rift CV1 parameters)
|
||||
VrStereoConfig config = LoadVrStereoMode(device);
|
||||
VrStereoConfig config = LoadVrStereoConfig(device);
|
||||
|
||||
// Distortion shader (uses device lens distortion and chroma)
|
||||
Shader distortion = LoadShader(0, TextFormat("resources/distortion%i.fs", GLSL_VERSION));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue