Follow up to previous commit: tweak RE_RAYTRACE_EPSILON (correction value used
when checking neighbor faces against shadowing).
This commit is contained in:
@@ -121,7 +121,7 @@ typedef struct Isect {
|
||||
|
||||
/* arbitrary, but can't use e.g. FLT_MAX because of precision issues */
|
||||
#define RE_RAYTRACE_MAXDIST 1e15f
|
||||
#define RE_RAYTRACE_EPSILON 0.0f
|
||||
#define RE_RAYTRACE_EPSILON -FLT_EPSILON
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user