diff --git a/Projects/bachelor/RUNTIME_EXECUTOR.md b/Projects/bachelor/RUNTIME_EXECUTOR.md index af27e99..dc0cbd8 100644 --- a/Projects/bachelor/RUNTIME_EXECUTOR.md +++ b/Projects/bachelor/RUNTIME_EXECUTOR.md @@ -60,7 +60,6 @@ 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. - ```typescript // how this could look like in the node