Remove notes at the bottom of script

This commit is contained in:
CJSatnarine
2023-12-29 20:01:27 -05:00
parent fe139fbfc2
commit e47319d14b

View File

@@ -68,10 +68,3 @@ spawnGround()
# Shows that the code ran. # Shows that the code ran.
print("The code ran.") print("The code ran.")
# Notes:
# - 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.
# - I need to find a way to select every single face of the cube and then just add the image texture to them.