From b13abe0c28e8776b0bd568fbda147667cff10d61 Mon Sep 17 00:00:00 2001 From: CJSatnarine Date: Thu, 4 May 2023 12:46:24 -0400 Subject: [PATCH] Added a note. --- GenerateTerrain.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GenerateTerrain.py b/GenerateTerrain.py index d007e79..d30a7b9 100644 --- a/GenerateTerrain.py +++ b/GenerateTerrain.py @@ -72,4 +72,5 @@ spawnGround(); # - I need to add the materials to the cubes and somehow save it in the Blender program. # - I need to replace the nested for loop with a recursive function to spawn the ground. # - I need to add a function to create a tree in a random position. This function will create cubes and put them in a way to look like a tree. It will also assign the correct materials to their proper cubes. -# - I need to find a way to create creat and assign a single material to all the respective cubes. \ No newline at end of file +# - I need to find a way to create creat and assign a single material to all the respective cubes. +# - I need to find a way to select every single face of the cube and then just add the image texture to them.