Blender Git Commit Log

Git Commits -> Revision 42d79a6

Revision 42d79a6 by Clément Foucault (master)
October 14, 2021, 09:49 (GMT)
Fix T91398 Overlay: Camera BG jitter offset (regression)

This was caused by camera background being rendered in world space, causing
floating point imprecision issues when camera was far from origin.

Adding a uniform to change vertex shader to process everything in viewspace
to fix the problem.

Commit Details:

Full Hash: 42d79a6041a7e45efd9eee4613994bdb6090e028
Parent Commit: 583939c
Lines Changed: +11, -3

2 Modified Paths:

/source/blender/draw/engines/overlay/overlay_image.c (+2, -1) (Diff)
/source/blender/draw/engines/overlay/shaders/image_vert.glsl (+9, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021