Files
Blender-World-Generator/README.md
2023-12-29 12:52:37 -05:00

12 lines
409 B
Markdown

# Blender Scene Generator
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
## I plan to pause this project and work on it at a later time.