Blender Git Loki
Git Commits -> Revision f972a3c
February 19, 2020, 18:36 (GMT) |
DRW: Support inverted view matrix We detect the case where we need to invert the facing directly inside the DRWView update and do the appropriate GL calls at draw time. Fix T63047 Camera with negative scale works only in Cycles Rendered view Fix T71352 Negative scale camera causes BLI_assert |
Commit Details:
Full Hash: f972a3c31458a7048a6ffb3e26f7d802e3433934
Parent Commit: bda8076
Lines Changed: +14, -8
3 Modified Paths:
/source/blender/draw/intern/draw_manager.h (
+2,
-0)
(Diff)/source/blender/draw/intern/draw_manager_data.c (
+2,
-7)
(Diff)/source/blender/draw/intern/draw_manager_exec.c (
+10,
-1)
(Diff)