Came upon touchdesigner by pure chance, now I'm thrilled to learn it. Great tutor
@TheInteractiveImmersiveHQ3 жыл бұрын
Thanks! Subscribe to our channel we have a new video out every week, a free beginner course on our KZbin channel page, and free blog posts every week over at interactiveimmersive.io
@ozkr29885 ай бұрын
Try putting the tile top in a feedback loop, it makes some kind of fractal, pretty trippy!
@TheInteractiveImmersiveHQ5 ай бұрын
Great tip, thanks for sharing! Feedback is a lot of fun to experiment with 🙂
@eltalismandelafe75313 ай бұрын
Please, how to set the tile top in a feedback loop?
@tdvr3 жыл бұрын
Thanks Elburz! This is an awesome technique!
@TheInteractiveImmersiveHQ3 жыл бұрын
Thanks, Gord! Glad you enjoyed it :) Can't wait to see you make an audio reactive version!
@markus_knoedel3 жыл бұрын
Thanks. Great to see this small tips making big impact.
@TheInteractiveImmersiveHQ3 жыл бұрын
It's one of our favourite things about TouchDesigner! The fact that with a few nodes you can create some really beautiful things and start having fun creating immediately.
@clearwavepro100 Жыл бұрын
Great Tutorial TX!
@TheInteractiveImmersiveHQ Жыл бұрын
You're welcome! Thanks for watching :)
@celinahuynh13363 жыл бұрын
exactly what I need to learn, thank you!
@TheInteractiveImmersiveHQ3 жыл бұрын
Our pleasure :)
@sophialiarou46883 жыл бұрын
this is great!
@TheInteractiveImmersiveHQ3 жыл бұрын
Glad you enjoyed it!
@hekuli Жыл бұрын
This is great, thanks for sharing! Curious how you would go about it if you wanted to present a UI letting users choose 'number of divisions' with a single control? My first approach is to have many nested layers of Tile TOPs all going into a switch. Can it be done more simply?
@TheInteractiveImmersiveHQ Жыл бұрын
Great question! There are actually two different approaches you can take to achieve this functionality. With just one Tile TOP, you can increase the “Passes” parameter on the Common page to get the effect you’re looking for. When this parameter is set to anything above 1, it duplicates the operation of the TOP the specified number of times, meaning it’ll act as though you’ve ran the texture through multiple Tile TOPs (all with the same settings, though). Another approach that allows you to “zoom” in and out more smoothly is to use a single Transform TOP. With the “Extend” parameter on the Tile page set to Repeat, you can then decrease the “Scale” parameter on the Transform page to generate tiles. Since the scale parameter is a floating point value, you can move smoothly between different scales rather than “jumping” between them. One downside to this approach is that the Transform TOP is missing the useful Overlap parameter that the Tile TOP has. Hope that helps!
@hekuli Жыл бұрын
@@TheInteractiveImmersiveHQ very clever ideas. I will try those. Thanks!!!