Houdini Everyday - Part 5 - Material Building

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ต.ค. 2024

ความคิดเห็น • 13

  • @warrenhenning8064
    @warrenhenning8064 4 ปีที่แล้ว +3

    BYC Top 5 Houdini Nodes Of All Time
    5. Ramp Parameter
    4. Fit Range
    3. Turbulent Noise
    2. Merge
    1. Transform
    Thanks for making this series :D

  • @ViralKiller
    @ViralKiller 2 ปีที่แล้ว

    Very nice...displacement is so slow, I have started to code the point position displacements in vex first using a wrangle, you can do neat things like only displace points above a certain Y position....I even do the base colours in vex using @Cd...
    I then do the final specular/reflective stuff in the material editor, as that's the point where it becomes too complex to code from scratch in vex.

  • @popgoestheweasel7066
    @popgoestheweasel7066 2 ปีที่แล้ว

    This is great, thanks!

  • @warrenhenning8064
    @warrenhenning8064 4 ปีที่แล้ว

    The Damascus steel look at 33:51 is so cool!

  • @Giant_Swing
    @Giant_Swing ปีที่แล้ว

    I don't quite understand, in the mat network, I've added the principled shader and assigned that material in the object network with the "material" node, then in the mat network I've also created the global variables node, but no matter what I connect the the base color for example, I connect the s, t, and p outputs to "base color" but the color doesnt change, I even tried creating a "constant" node in the material network and creating a color that way and connecting that to the basecolor input, and still, no change, if I remove the input and assign the base color through the parameters of the principled shader I see it changing, so the material is applied and showing in the viewport, its just that connecting nodes to that input doesnt do anything, what could I be doing wrong?

    • @breakyourcrayons
      @breakyourcrayons  ปีที่แล้ว +1

      Hey bud, it’s a bit tough to properly figure out what’s happening without me seeing your setup but usually s & t are your uv map coordinates so plugging it into base color won’t really work. Same for p which is position.
      Usually you would use a ‘constant’ color node or use a ‘texture’ node in the mat network.
      Try throw down the same nodes I use in the tutorial to test it out. If you are trying to do something specific it might be a bit harder for me to help you.
      Keep in mind the base color multiplies things further in the chain like when using noises you might want to keep the base color white.
      But to start try just plug in a constant color. Hope this helps!

    • @Giant_Swing
      @Giant_Swing ปีที่แล้ว

      @@breakyourcrayons hey thanks for replying, I connected a constant with a color and changing the multiplier, that didn't work either, my idea was to create some sort of brick wall like in substance designer but without having to leave houdini. Anyway thanks a lot for the tutorial it's a great resource!

    • @fuckingdrummachinez
      @fuckingdrummachinez ปีที่แล้ว

      Hey, had same problem, but my principledshader was inside a materialbuilder. I cut/pasted the principledshader node (and rest of network) outside of materialbuilder and it works now

  • @wesleykelemen6749
    @wesleykelemen6749 4 ปีที่แล้ว

    Very helpful thanks dude

  • @WPSoul
    @WPSoul 5 ปีที่แล้ว

    I guess, that there is no sense to study Mantra now, because it's stoped in development and will be replaced by Karma

    •  4 ปีที่แล้ว

      Workflow with vops apply to every renderer, there are just some different nodes available. I would guess that standard vop nodes will be available with Karma, so if you are able to build it with vertex colors, it should work with Karma as well, imho.

    • @breakyourcrayons
      @breakyourcrayons  4 ปีที่แล้ว

      I can’t wait to get into Houdini 18. I’ve been waiting for an upgrade to Mantra for ages! I agree with Draško though, understanding vops is essential. I’m interested to see how much Karma changes things though at least render wise.

    • @WPSoul
      @WPSoul 4 ปีที่แล้ว

      @@breakyourcrayons I played few days. I like Karma, it has better results than Mantra. New Solaris workflow is also very cool for projects with many objects. Light Linking and light mixer is awesome. Copy to points in LOP has a huge ways to use it. I tried 1000000 USD objects in Copy to points and it's working very fast even in viewport. In the same time, it's still very buggy, too much fatal errors and it's much slower than GPU engines.
      Anyway, material building was not changed, so, it's the same and tutorial is actual