summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeuin <[email protected]>2022-04-17 14:13:29 +0800
committerKeuin <[email protected]>2022-04-17 14:13:29 +0800
commit82c24472a4bf9463d39cbb2db0d06cbbf151fe2f (patch)
tree994c1a5ff6bc237ee6d822d1fc541b8875f9aec4
parent10960f5a5faa7a492a7ea9231eb4c3943ad6d971 (diff)
Add note about LOG_TRACE.
-rw-r--r--tracelog.h3
1 files changed, 3 insertions, 0 deletions
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