From 6f91c44b7771d90b3fd0776e1a0a38deb189779e Mon Sep 17 00:00:00 2001 From: Benjamin Kyd Date: Fri, 17 Feb 2023 14:18:30 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Document=20the=20last=20ch?= =?UTF-8?q?anges=20to=20the=20HART=20interface?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libhart/inferno_hart.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libhart/inferno_hart.hpp b/libhart/inferno_hart.hpp index 7f3b2ec..e57b908 100644 --- a/libhart/inferno_hart.hpp +++ b/libhart/inferno_hart.hpp @@ -25,8 +25,9 @@ * state must be Build. * * * * Once the scene is ready and so is the trace, the HHM will start the tracing * - * state by pushing rays to the queue, the module must go through these and * - * for each ray, call Hit and pass the current context, this may resul * + * state by calling the start function of the module, the module must go * + * through the rays added to it before start was called and then * + * for each ray, call Hit and pass the current context, this may result * * in Inferno to push another ray to the queue, the module will go until * * empty or signaled to stop. * * *