Blender Git Commit Log
Git Commits -> Revision e975b78
Revision e975b78 by Ton Roosendaal (master) May 24, 2005, 17:36 (GMT) |
Found float-related numerical instability with vertices lying EXACT on the edge of an image. It should not be clipped, but comparisions with floats then can go wrong... here the FLT_EPSILON is to the rescue. /* smallest such that 1.0+FLT_EPSILON != 1.0 */ #define FLT_EPSILON 1.19209290e-07F (Bug fix #2610) |
Commit Details:
Full Hash: e975b78a4fe3ae75f0f9f3fd9c9e029a451ad2fa
SVN Revision: 4493
Parent Commit: bb84aba
Lines Changed: +5, -1
1 Modified Path:
/source/blender/render/intern/source/zbuf.c (+5, -1) (Diff)