From 66bc3decdfefb7331b99cc573f72815be4b5e76a Mon Sep 17 00:00:00 2001 From: CJSatnarine Date: Thu, 4 May 2023 12:55:11 -0400 Subject: [PATCH] Updated README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 951f3a3..42cc7dd 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,8 @@ Basically I'm trying to use cubes to create some sort of terrain or scene. I am using the Blender Python API to complete this. + +Resources used: +- CGPython on YouTube. +- This from StackExchange to get textures onto a cube: https://blender.stackexchange.com/questions/157531/blender-2-8-python-add-texture-image +- ChatGPT \ No newline at end of file