From 623fee395425ab33f14fb9cd8ffa790e362f59d7 Mon Sep 17 00:00:00 2001 From: Julian T Date: Fri, 21 Feb 2020 06:55:27 +0100 Subject: Added pgm drawing and got light ray tracing working Still needs correct light simulation and reflections --- vector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vector.h') diff --git a/vector.h b/vector.h index 5609215..2fcb648 100644 --- a/vector.h +++ b/vector.h @@ -2,7 +2,7 @@ #define VECTOR_H #define COORD_T float -#define ZERO_APROX 1e-6 +#define ZERO_APROX 1e-5 typedef struct { COORD_T x; -- cgit v1.2.3