Added a colour for the grass.

This commit is contained in:
CJSatnarine
2023-06-14 13:00:38 -04:00
parent 5cb89cf708
commit 9e45a8a32b

View File

@@ -57,7 +57,7 @@ def spawnGround():
activeObject.data.materials.append(material); activeObject.data.materials.append(material);
# Change the base colour. # Change the base colour.
materialNodes['Principled BSDF'].inputs['Base Color'].default_value = (1.0, 0.47, 1.0, 1.0); materialNodes['Principled BSDF'].inputs['Base Color'].default_value = (0.056, 0.439, 0.059, 1.0);
# Calling the functions: # Calling the functions:
cleanScene(); cleanScene();