diff options
| author | Ray <[email protected]> | 2023-12-14 15:32:45 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-12-14 15:32:45 +0100 |
| commit | d29b36310ff155cebd9e8227752805106489943a (patch) | |
| tree | 41293470cb61df7c96c83e8bbeb0f806206277d4 /examples/core | |
| parent | 88db11fda4421c66a6043011b36a3f13494b98e5 (diff) | |
| parent | cec2261e968bfc554d7b1639dd4d55ab4e2235e6 (diff) | |
| download | raylib-d29b36310ff155cebd9e8227752805106489943a.tar.gz raylib-d29b36310ff155cebd9e8227752805106489943a.zip | |
Merge branch 'master' of https://github.com/raysan5/raylib
Diffstat (limited to 'examples/core')
| -rw-r--r-- | examples/core/core_vr_simulator.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/core/core_vr_simulator.c b/examples/core/core_vr_simulator.c index fc2dee6b..9acea197 100644 --- a/examples/core/core_vr_simulator.c +++ b/examples/core/core_vr_simulator.c @@ -39,7 +39,6 @@ int main(void) .vResolution = 1200, // Vertical resolution in pixels .hScreenSize = 0.133793f, // Horizontal size in meters .vScreenSize = 0.0669f, // Vertical size in meters - .vScreenCenter = 0.04678f, // Screen center in meters .eyeToScreenDistance = 0.041f, // Distance between eye and display in meters .lensSeparationDistance = 0.07f, // Lens separation distance in meters .interpupillaryDistance = 0.07f, // IPD (distance between pupils) in meters |
