Continuing my adventures with ChatGPT!
Check out the full video on YouTube: https://youtu.be/FssbkDTbAhY
This Python script will take one mesh .STL model and generate three randomly rotated versions.
Input (left) and output (right)
Install trimesh library: pip install trimesh
Make sure you have random.py
and input.stl
in your folder, and run the script to generate three randomly rotated models.