Search Issue Tracker
By Design
Votes
0
Found in
2019.4
2020.3
2021.3
2021.3.0f1
2022.1
2022.2
Issue ID
1421432
Regression
No
Setting the Model View matrix using GL.MultMatrix instead of GL.modelview produces a view where the model looks clipped
How to reproduce:
1. Open the attached project ("1421432_repro.zip")
2. Enter Play Mode
3. Observe the model
4. Click on the "ChangeMVMode" GameObject in Hierarchy
5. Switch "MV Mode" to "Mult Matrix"
Expected result: Setting the Model View matrix using GL.MultMatrix behaves the same way as GL.modelview
Actual result: Setting the Model View matrix using GL.MultMatrix produces a view where the model looks clipped
Reproducible with: 2019.4.39f1, 2020.3.35f1, 2021.3.3f1, 2022.1.2f1, 2022.2.0a15
Reproducible on: macOS 12.1 (Intel)
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
- Editor crashes on StoredGraphicsBuffer::GetGfxBufferID when VFX Graph property is modified during Play Mode and Application.targetFrameRate is used to limit FPS
- Crash on NVAPI_Thunk when changing Player resolution while HDR display is used and Direct3D12 is set as the graphics API
- Only one out of multiple cameras is shown in the Play Mode while HDR display is used and Direct3D12 is set as the graphics API
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
- "TLS Allocator ALLOC_TEMP_TLS" errors are thrown when unsuccessfully importing an FBX file
Resolution Note (2022.2.X):
This is behaving as expected because the view matrix is not being set properly.