Noise Displacement in TouchDesigner

Поделиться
HTML-код
  • Опубликовано: 17 дек 2024

Комментарии • 40

  • @ThisDaniel
    @ThisDaniel 5 лет назад +9

    Your tutorials are the best online Ive come across. Please keep making them!!

  • @Meic909
    @Meic909 3 месяца назад

    Great tutorial! Thank you so much!

  • @narissawall9740
    @narissawall9740 3 года назад +2

    You're an extremely good teacher, thank you so much for putting this stuff out for free! I'm new to more generative art and it can get super overwhelming sometimes, your work is very much appreciated :)

  • @chrispetersen3613
    @chrispetersen3613 4 года назад

    Can't wait for your next tutorial! Each one on your is very high quality and I appreciate the time in effort you put into making them. You helped me fall in love with touch!

    • @polyhop
      @polyhop  4 года назад

      Thank you! That's great to hear that it's helped spark your interest :) I do plan on creating more once work settles down. Hopefully soon!

  • @mascarimedia
    @mascarimedia 4 года назад

    Great tutorial - the best I've seen on TD yet.

  • @bloodywanker231
    @bloodywanker231 4 месяца назад +1

    Still a solid project!

  • @perrxfrescx9231
    @perrxfrescx9231 4 года назад

    bro thankz for the video and insights. u rock, not only explain how to do it, u help to understand it. love from Perú. #OnlyFreeCulture

  • @dreamaera
    @dreamaera 2 года назад

    Learned a bunch, great tutorials :)

  • @suehoung2091
    @suehoung2091 5 лет назад

    Thx for sharing all this amazing skills in the video!

  • @weeeBloom
    @weeeBloom 5 лет назад

    thanks, awesome tutorial!

  • @pheelia
    @pheelia 4 года назад +1

    awesome, thank you so much

  • @lucaslorenzo3328
    @lucaslorenzo3328 Год назад +2

    Hi Simon , when I add the map null to Normal map (bump) in the render appear a Warning message "a mat is map to normal mapping but the sop being used with it does not have a tangent attribute" and the preview goes totally black. Do you know what's happening ? I'm following the steps as you show in the video. Thanks!

    • @MCjirok
      @MCjirok Год назад +2

      I got the same issue. Try to add 'attribute create' with compute tangents turned on between grid and geo. It worked for me.
      upd. it will be later on the video 11:50

    • @js4741
      @js4741 Год назад

      @@MCjirok thank you, this worked for me too!

    • @闫香涵
      @闫香涵 7 месяцев назад

      have you fixed that? I met same problem

    • @leonidkrykhtin
      @leonidkrykhtin 6 месяцев назад

      Exactly same issue here too

  • @edwardnixon1782
    @edwardnixon1782 4 года назад +1

    Thanks very much! Very clear, logical, and good looking. Doing this network on a MacBook Pro having deleted the SSAO, I'm still chugging at 12 fps. This is not a horrible situation because I would tend to want to export this rather than run in real-time. However, there's the question of adding some audio... You mention early on that coding within the Geo can be a thing. My recollection is that everything that runs inside the Geo is on the GPU. Have I got that more or less right? In any event, to what extent could some or all of this be moved off the CPU onto the GPU? If that's not feasible, could you point me to resources or tutorials that take a different route to a similar effect? Thanks again; these tutorials are excellent and I can consume as many as you have time and energy to produce. Best in sequestration.

    • @polyhop
      @polyhop  4 года назад +1

      Hey Edward, one thing you could do is to make sure your viewports are not active. Especially the SOPs, since displaying dense geometry in a SOP viewer takes up significant CPU resources. I usually see performance drop if I have one open that has one million+ points (1000x1000 rows and columns will do that.) As far as running things on the GPU, the rule of thumb is that TOPs primarily use the GPU, while CHOPs, SOPs and DATs hit the CPU. Doing operations inside the Geo COMP wont change anything unfortunately, only your selection of operators will affect this. Hopefully this helps!

    • @edwardnixon1782
      @edwardnixon1782 4 года назад

      @@polyhop Thank you for the info. Running it today was not horrible and, as I mentioned, it's not a real-time application anyway -- vimeo.com/421108603. Cheers and thanks again!

  • @CrazyRadiofilm
    @CrazyRadiofilm 5 лет назад

    Thanks a lot for sharing your great skills. I learn a lot from this video.
    but my FPS is already dropped a lot when I am increasing rows and columns of Grid haha

  • @김효진-n3i
    @김효진-n3i 5 лет назад

    thanks!! when are you planning to post the next video?

    • @polyhop
      @polyhop  5 лет назад

      I have 2 more released on Vimeo ( vimeo.com/sealex ) - I need to get around to also putting them on RUclips but got busy and haven't had the chance. I do plan on creating new content soon as well when some of my current projects wrap.

  • @MrDylanfine
    @MrDylanfine 7 месяцев назад +1

    why did I get a whole dark block when I throw normal maps into the phone1?

    • @闫香涵
      @闫香涵 7 месяцев назад +1

      have you fixed that? I met same problem

    • @Sebastian-qt4tz
      @Sebastian-qt4tz 3 месяца назад

      delete the null from the network AND the "normal map (bump)" in the phong properties and then add it again

    • @dph226
      @dph226 2 месяца назад

      Same here.

    • @Sebastian-qt4tz
      @Sebastian-qt4tz 2 месяца назад +1

      @@dph226 he explains how to fix it a little further into the video

  • @zorianakozak1320
    @zorianakozak1320 2 года назад

    thank you

  • @jaminkidd6285
    @jaminkidd6285 5 лет назад

    Thanks!

  • @Stray_side
    @Stray_side 3 года назад

    Please tell me, it’s possible for me to score sound to this?!

  • @SG-hh1hz
    @SG-hh1hz 5 лет назад

    Havent quite figured out Resolutions in TouchDesigner yet: Is there any way to set a (kind of) Global Resolution to avoid doing every TOP resolution by hand ? i Come from VVVV where you can just store some values somewhere and plug them to any with/height input.

    • @polyhop
      @polyhop  5 лет назад +2

      Yes! There many different ways to go about this, though I often use python storage myself. Store your resolution values in the topmost project container or COMP ( something like parent().store('resX',1920) parent().store('resY',1080) , put it in a text DAT on separate lines, right click, choose run). Then anytime you want that resolution you can type me.fetch('resX') , me.fetch('resY') as python expressions. Then, you can always change the storage to update the rest of the project.
      Another way would be to use the project container's own resolution to drive the rest. If you add a global OP shortcut (let's say "project") you can reference it's parameters without worrying about hierarchy like: op.project.par.w op.project.par.h respectively. That said, then you can't have a separate render resolution to what might be a UI container, so I usually go for the first approach.
      Hope this gives you some ideas on how to organize resolution!

  • @NikhilShrestha
    @NikhilShrestha 4 года назад

    Hey! I don't have an option with any of the displace parameters in the Phong menu. It shows the Diffuse Map option right after the Parallax Occlusion option. Any way to fix this?

    • @polyhop
      @polyhop  4 года назад +1

      1. Make sure you are have an up to date version of TD installed (I think it was introduced in 099.) 2. It will only be available if you have referenced a TOP in the "Normal Map (Bump") parameter. Dragging a TOP there will let you enable the height map.

  • @oihanavillanuevasanchez5570
    @oihanavillanuevasanchez5570 4 года назад

    looks awesome!
    I try it with 2000 Rows and Columns but still seen like super pixelate :(
    The render resolution is 1080 too .. why could be that?

    • @polyhop
      @polyhop  4 года назад +1

      I would make sure the resolution of the TOPs used for the displacement, bump and color maps is at least 1000 px as well. If that's not it I would need more information to diagnose (it's hard without seeing the network in question.)

  • @zipporahdelong324
    @zipporahdelong324 3 года назад

    Is it possible to make this audio-reactive?

  • @Honrar01
    @Honrar01 4 года назад

    I don't have the option '' activate the height map '' in Phong, where can I activate this option?

    • @polyhop
      @polyhop  4 года назад

      1. Make sure you are have an up to date version of TD installed (I think it was introduced in 099.) 2. It will only be available if you have referenced a TOP in the "Normal Map (Bump") parameter. Dragging a TOP there will let you enable the height map.