Search Issue Tracker
Duplicate
Votes
0
Found in [Package]
3.2.13
Issue ID
1258200
Regression
No
[XR SDK] E02 cell of the projection matrix shows same values in both eyes
Reproduction steps:
1. Open attached project ("EO2Repro.zip")
2. Enter "SampleScene" scene
3. Enter Play mode
4. Open Inspector window
5. Select "Repro" Game object
6. In Inspector window "Custom Projection Matrix" component expand "Leftmatrix" and "Rightmatrix" dropdowns
Expected result: Rightmatrix E02 cell value is positive, Leftmatrix E02 cell value is negative
Actual result: In both matrices E02 cells are negative
Reproducible with: XR SDK 3.2.13 (2019.4.6f1, 2020.1.1f1, 2020.2.0a20)
Not reproducible with: Legacy XR (2018.4.26f1, 2019.4.6f1)
Comments (1)
-
bugrock
Aug 01, 2020 04:31
Projection matrices are not the same per eye. Prior to installing the Oculus XR plugin the E02 cell of the projection matrix of the right eye is 0.1470005f (positive value). After installing the Oculus XR plugin the right eye projection matrix E02 cell value is -0.1470005f(negative value) . The left eye should be negative and the right should be positive. This is for projection matrices.
If one creates a project with the Oculus XR plugin with 2 cameras with one camera set to target eye left and the other camera set to target eye right they will see double vision in the oculus rift headset. I narrowed this down the the incorrect value in the projection matrix. This is not observable if only one camera is used and the target eyes are set to both.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
This is a duplicate of issue #1262524