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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
This is a duplicate of issue #1262524