caro villeneuve

Texture Instancing in TouchDesigner | Floating Numbers Tutorial

In this tutorial, I’ll walk you through the process of creating Floating Numbers using texture instancing in TouchDesigner. Get the file : https://www.patreon.com/carovilleneuve —- 🔗 Helpful Links: Patreon: https://www.patreon.com/carovilleneuve Instagram: https://www.instagram.com/_carovilleneuve/ —- 📂 Resources: All the code and assets used in this tutorial are available on my Patreon. Supporters get early access and exclusive content, […]

Crystal Heart in TouchDesigner | Python | Tutorial

In this tutorial, I’ll walk you through the process of creating a Crystal Heart using Python in TouchDesigner. Get the file : https://www.patreon.com/carovilleneuve Related Article: https://blogs.lcps.org/academiesonline/2021/02/13/the-equation-of-the-heart/ —- 📚 Key Formulas: Heart Shape Coordinates: x = 16 * math.sin(t)**3 y = 13 * math.cos(t) – 5 * math.cos(2 * t) – 2 * math.cos(3 * t) […]