fixed typo

This commit is contained in:
Harvey Fong 2025-04-18 11:00:30 -06:00
parent e98336bb00
commit c48bdf8622

View File

@ -10,7 +10,7 @@ Learning prototype cross-platform command line for Bella scene creation with sin
- Using render event callbacks with EngineObserver override - Using render event callbacks with EngineObserver override
- Use of arguments - Use of arguments
- Adding quickmaterials to the scene - 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 - 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 - Hiding boilerplate code like cube mesh and basic Bella scene population in .h files