From c48bdf8622ca4bd524ff80ba1cf1346a8c974671 Mon Sep 17 00:00:00 2001 From: Harvey Fong Date: Fri, 18 Apr 2025 11:00:30 -0600 Subject: [PATCH] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 973aaa5..e9f5b6b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Learning prototype cross-platform command line for Bella scene creation with sin - Using render event callbacks with EngineObserver override - Use of arguments - Adding quickmaterials to the scene -- Shows how to write nodes ie belVoxelMat1["color"] |= belColor1.output("outColor"); +- Shows how to wire node output ie belVoxelMat1["color"] |= belColor1.output("outColor"); - Using both procedural Bella box and a mesh box modelled from Blender - Hiding boilerplate code like cube mesh and basic Bella scene population in .h files