From 82c24472a4bf9463d39cbb2db0d06cbbf151fe2f Mon Sep 17 00:00:00 2001 From: Keuin Date: Sun, 17 Apr 2022 14:13:29 +0800 Subject: Add note about LOG_TRACE. --- tracelog.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tracelog.h') diff --git a/tracelog.h b/tracelog.h index cee85d4..71dd52a 100644 --- a/tracelog.h +++ b/tracelog.h @@ -6,6 +6,9 @@ #define RT_TRACELOG_H // log ray traces to stderr +// Note: please do not enable antialiasing if you wish to get a readable log. +// These logs are simply printed to stderr. Using antialiasing will run +// multiple render thread at the same time, which will mess up the log. //#define LOG_TRACE #ifdef LOG_TRACE -- cgit v1.2.3