From c3960e5fa6e1ea0da00dafed3f3612b1e7c2a058 Mon Sep 17 00:00:00 2001 From: notes Date: Wed, 20 Mar 2024 16:37:40 +0000 Subject: [PATCH] Snapshot --- Projects/bachelor/RUNTIME_EXECUTOR.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Projects/bachelor/RUNTIME_EXECUTOR.md b/Projects/bachelor/RUNTIME_EXECUTOR.md index dc0cbd8..ecce55f 100644 --- a/Projects/bachelor/RUNTIME_EXECUTOR.md +++ b/Projects/bachelor/RUNTIME_EXECUTOR.md @@ -60,6 +60,8 @@ If we model the noise function as a pure function we would first have to figure We could solve this by letting each node execute its parent node graph however it wants. This would allow the `cylinder` node to execute the `noise` however often it needs to create the cylinders. +TEST + ```typescript // how this could look like in the node