Duration 2200

Everyday I only get stronger with Chat GPT, Blender3D, and Python based weather animations.

183 watched
0
7
Published 21 Jun 2023

@3DSpirographs: Blender Python Generator - Season 0 - Episode: 10 On this version, I added text functionaility as well as cycling through the names of famous thinkers!. Let me know how you like it. My girlfriend was saying that my old videos wouldn't do well due to the phone aspect ration. So lets see how this version does. Hey there Spirograph Fans! 🌀🎨🎬 After weeks of chatting with Chat GPT, I made this really cool Spirograph inspired 3D animation with Python and Blender all powered with the help of AI. These are pilot episodes of hopefully a series where I explain AI based 3D scripting. 🔍🤖👨‍💻. This channel is called 3D Spirographs and was made by nyc 3D developer and engineer @123dmike To support the channel and learn more about this animation please purchase the .blend file with all the code needed to run this animation yourself. 👉https://123dmike.gumroad.com/l/poxoyy This video was made by plugging into the values of these equations. theta_multiplier = 5 phi_multiplier = 1 The main equations used in this episode are: 📈👨‍🔬🤔 def object_coordinates(frame): theta = frame * theta_multiplier * math.pi / 1000 phi = frame * 1 * math.pi / 1000 x = distance * math.sin(theta) * math.cos(phi) y = distance * math.sin(theta) * math.sin(phi) z = distance * math.cos(theta) return x, y, z distance = 10 Icospheres: 963 As the shape progresses with different theta and phi multipliers, it starts to unravel more of a 3D flower like shape. 🌼🌸💡 Don't forget to like and subscribe for more amazing 3D animations like this one! 😍👍🔔 Socials: https://www.instagram.com/123dmike/ https://www.instagram.com/michael_logan_maloney/ https://www.tiktok.com/@ 123dmike https://twitter.com/123dmike/

Category

Show more

Comments - 0