Parallax Occlusion Mapping in Blender // Tutorial

Поділитися
Вставка
  • Опубліковано 22 гру 2024

КОМЕНТАРІ • 186

  • @EdKidgell
    @EdKidgell 6 місяців тому +330

    So. I open blender up, delete the default cube......then what?

    • @sicfxmusic
      @sicfxmusic 6 місяців тому +58

      Then delete default light and then default camera. Finally, delete Blender. Start again.

    • @Harry-bp2dl
      @Harry-bp2dl 6 місяців тому +21

      Then you add a new cube.

    • @jay.p3g
      @jay.p3g 6 місяців тому +3

      Simple, he can’t make anymore videos because well….you deleted him :(

    • @HeadFlyyy
      @HeadFlyyy 6 місяців тому

      then you rewatch the whole tutorial again step by step

    • @brunocastro4558
      @brunocastro4558 6 місяців тому

      @@sicfxmusic 🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣

  • @Ghc902
    @Ghc902 6 місяців тому +437

    he's just using blender to teach you linear algebra

    • @DefaultCube
      @DefaultCube  6 місяців тому +88

      dont tell them

    • @monarchblack3004
      @monarchblack3004 6 місяців тому +20

      @@DefaultCube You better knock that shit off..!

    • @vextormull
      @vextormull 6 місяців тому +6

      It's working!

    • @IcoreZero
      @IcoreZero 6 місяців тому +8

      DAMNIT ALGEBRA you fooled me once again

    • @jaym2112
      @jaym2112 6 місяців тому

      Couldn’t understand it less than my linear algebra class taught by the nuttiest Ukrainian to ever enter the US. I still don’t know what an eigen value is. Oh, and 20 years of engineering later… I never needed to.

  • @conradfalloff991
    @conradfalloff991 6 місяців тому +80

    9:05 and _this_ is why I want Repeat Zones in the Shader Editor

    • @samfellner
      @samfellner 6 місяців тому

      Im not smart enough to figure out to fix this repetition problem myself, how would you actually do it, without adding all those step nodes manually? This parallax effect is so mindblowing i really want to incorporate it in my work

    • @Denomote
      @Denomote 6 місяців тому +5

      ​@@samfellner honestly you're better off just using actual displacement instead of doing all this lol
      this is only useful if you're really serious about cutting down render times

    • @jmalmsten
      @jmalmsten 6 місяців тому +1

      To replicate this with displacement mapping I guess I'd need one triangle per pixel. That scales reaaaasaally fast. A 1K*1K texture would need a million triangles. Multiplying that if the texture repeats.
      Yeah, sure I probably wouldn't need 1 triangle per pixel in most cases. But even outside of games, realtime backgrounds on volume stages and stuff like that, I would love a more user friendly approach to occlusion mapping, collapsed to a single node. Would save on so much effort. :)

    • @Venous_fx
      @Venous_fx 6 місяців тому +1

      @@Denomote displacement can really eat up your vram/ram usage and destroy render times. This is really useful. Im thinking theres probably a way to implement using osl, that way you can just use a for loop.

    • @tobiashagstrom4168
      @tobiashagstrom4168 4 місяці тому

      Think how useful that could be, you could set it so it used the view distance to determine the number of "layers" for the parallax, I be that sort of dynamism could be great for optimization. I already use view distance to scale the amount of detail in procedural material, which I at least *think* increases performance.

  • @someloser7991
    @someloser7991 6 місяців тому +47

    Extra tip: use a white noise texture instead of the discrete depth checks - simplifies the number of nodes and gets rid of the stepping, at the cost of looking a bit noisier.

    • @True-VFX
      @True-VFX 6 місяців тому +10

      Classic “dithering”. Just bear in mind for anyone that does this, its NOT a blur method.
      Dithering can mess up displacement and height map outputs.

    • @004307ec
      @004307ec 6 місяців тому +1

      😮 I remember this trick in making good looking refraction.

    • @bobogus7559
      @bobogus7559 2 місяці тому

      Couldn't you improve that further with a gradient texture?

  • @Kornet7a7
    @Kornet7a7 6 місяців тому +45

    GOAT of blender still on the block

  • @darrennew8211
    @darrennew8211 6 місяців тому +60

    I finally understand how parallax occlusion mapping works.

  • @iam_abdullah2
    @iam_abdullah2 6 місяців тому +48

    Thanks for motivation. I was planning to delete blender. Now I did it.

  • @NekoSamaIru
    @NekoSamaIru 6 місяців тому +4

    I wanna cry. I understood nothing!! But, I really wanna use parallax occlusion, because my PC isn't strong enough for displacement maps!
    This was still a very detailed tutorial, so I will probably get it after watching it a few times. It's easier to understand things when I have no choice but to understand them to complete a project.

  • @sebastiangudino9377
    @sebastiangudino9377 3 місяці тому +4

    This is something i ALWAYS wanted. In real time rendering engines you can have "Per Pixel Displacement Mapping". But in blender for you to actually see the displacement you need to subdivide the heck out of your mesh, since displacement works "Per Vertex". I always found that silly and ineffficient, so this technique is AMAZING for when subdividing a plane ad infinitum is just not ideal

    • @Concodroid
      @Concodroid Місяць тому

      Well you can just enable adaptive subdivision which is per - pixel

    • @sebastiangudino9377
      @sebastiangudino9377 Місяць тому

      @Concodroid That still creates geometry tho, this genuinely does not. You get real depth with no added geometry, which is great for large scenes. For example, this is how videogames make the interior of windows in large cities

    • @Concodroid
      @Concodroid Місяць тому

      @@sebastiangudino9377 No I know, it's just that this approach has limitations too. Glancing angles suffer from this technique. This does best when you're looking top-down at a flat plane; adaptive subdivision works best with something like landscapes

  • @sobreaver
    @sobreaver 6 місяців тому +3

    WHOOAAA !!!
    But seriously, great tutorial ! Relatively deep subject but well explained, even though we might have to take a few steps back a few times to figure things out correctly, you gave us a precise and concise explanation. I just watch a video on the colour perception of jumping spiders and all to say, it is quite a wonder the things we can manage to do with the information we can manage to perceive :)

  • @PaulBrunt
    @PaulBrunt 6 місяців тому +26

    Doesn't that break when you rotate the plain? you need to transform the incoming vector into texture space. ie take the dot product on the incoming vector with normal, tangent and binormal. Although I'm sure you know that, I'm guessing there is a part 2 🙂Be warned the technique doesn't work on curved surfaces anymore, blender clamps the normal so you can't have be pointing into the plane surface, because is messes up eevee next. That caused me such a headache trying to figure out what was wrong!

    • @DefaultCube
      @DefaultCube  6 місяців тому +15

      yep, just multiply by that matrix - the one i linked in description has that

  • @1234againatmodeling
    @1234againatmodeling Місяць тому

    After I plugged in the geometry incoming to vector, I went no further. That was pretty cool looking just doing that. Thanks as always for teaching and I will try to finish once I watch it again and again.

  • @cyborgmetropolis7652
    @cyborgmetropolis7652 6 місяців тому +1

    A couple years ago i followed a similar tutorial showing how to make fake windows with rooms behind them. I ended up with a project to build the rooms (with wall decorations, lighting, etc.), which put out a node set, and a shader template to modify with the node set.

  • @Limefox-qw8ks
    @Limefox-qw8ks 5 днів тому

    Thank you so much I’ve been trying to find out how to do this forever!!!

  • @danialsoozani
    @danialsoozani 6 місяців тому +2

    BEST Parallax Occlusion Tutorial ever!

  • @littleretrostudios
    @littleretrostudios 6 місяців тому

    First time I saw Parallax mapping was in F.E.A.R. The decals on damaged walls. It was one of the coolest things to see because it was so much detail for something that use to be a black dot.

  • @Mr-dk1dh
    @Mr-dk1dh 6 місяців тому

    This guy is the best blender youtuber

  • @beetleback8131
    @beetleback8131 28 днів тому

    Would love to see your take on shell texturing, been messing around with ways to do it in geometry nodes.

  • @InfinitySiam
    @InfinitySiam 6 місяців тому

    oh finally a great quality tutorial! I am joking you are the best.

  • @to.bonnet
    @to.bonnet 6 місяців тому

    Men that's just so much you give us. Thanks a lot, have to rewatch it several times to fully get it i think

  • @Noble5Consultants
    @Noble5Consultants 6 місяців тому +2

    I was waiting for this video

  • @_framehold
    @_framehold 6 місяців тому +2

    'the man, the myth, the legend, the mathematical wizard'

  • @ariandesign3981
    @ariandesign3981 6 місяців тому

    Wow, amazing stuff! Thanks a lot for sharing it! A big ciao from Italy and Long life to Blender! :)

  • @theneonbop
    @theneonbop 6 місяців тому

    have you seen anisotropic cone step mapping? I would be surprised if its possible to make in nodes but it is supposed to often be both faster and higher quality. It uses scaled cones centered on each pixel instead of vertical layers, and requires a preprocessing step.
    There's also nvidia's relaxed cone step mapping which looks similar except it makes the cones intersect the geometry and adds a binary search at the end.

  • @mrmunkee
    @mrmunkee 6 місяців тому +1

    Forgot to set normal and roughness to non color instead of sRGB (I assume you know to do that but just forgot in the moment). Normal maps and roughness maps are not displayed correctly when set as sRGB so the rocks at the end look a bit weird. Cool video though, I wish blender just had POM support by default like most game engines where you just plug in a height map.

  • @dazecm
    @dazecm 6 місяців тому

    Great explanation for something I considered sorcery when I saw it used in 3D.

  • @Gr13fM4ch1n3
    @Gr13fM4ch1n3 6 місяців тому +3

    I like how my brain turned off for every single thing except the skillshare ad.

  • @thecwd8919
    @thecwd8919 6 місяців тому

    I wonder if you could do a binary search instead of buckets
    I dont know blender well so I cant say, but it would help mitigate the blockiness

  • @akolyadin
    @akolyadin 6 місяців тому

    First thing popping to mind: convert the height map into something akin to 3d SDF, which will optimise the amount of steps needed for each fragment as well as accuracy.

  • @umarcga7823
    @umarcga7823 2 місяці тому

    Man I was looking for these tutorial and I am also looking for a lot of other tutorial by you on geometer nodes. Like how to randomize hair thickness

  • @deloeste33
    @deloeste33 6 місяців тому

    I'm following the steps until 6:52 when suddenly appeared a group called Depth, and I'm not sure how that was created. Help!

  • @CloudColumncat
    @CloudColumncat 6 місяців тому

    It made my head hurt but it was well worth it, the longest thing for me here was the 7 hours I invested in Zbrush to create that texture lol

  • @elchampion4658
    @elchampion4658 6 місяців тому

    instead of doing the "drill check" wouldn't a binary search be better, so start at 0.5 then go half the way in the direction that it hints?

  • @gifdapif
    @gifdapif 6 місяців тому

    Once again, blow my mind

  • @DJ_Narcan
    @DJ_Narcan 6 місяців тому

    Thanks for posting this! That forum is a wealth of knowledge

  • @kelajuan_
    @kelajuan_ 6 місяців тому

    How to add more than one POM texture in a blend file, since multiple materials share the same height map group?

  • @vectorhunter4659
    @vectorhunter4659 6 місяців тому

    this method has some limitations but can work for some cases is enough, thanks for sharing

  • @_BeKind
    @_BeKind 6 місяців тому

    Is there a way of blurring the edges of an image texture into eachother to make a short fake seemless texture with nodes? Might be a cool experiment

  • @SirWrender
    @SirWrender 6 місяців тому +1

    So let me see if I'm understanding this correctly, cuz the difference between parallax mapping and displacement mapping is confusing.
    Traditional displacement mapping actually displaces the geometry. I'm not sure about Cycles/Eevee, but in Octane Render it's displacing the surface at the render level rather than actually displacing the polygons themselves. That's how you can have high quality displacement with a low poly model. I've always seen this as a great way to get height detail without overloading a scene.
    It seems parallax mapping seems to imitate displacement mapping without actually displacing anything. Kind of like how bump/normal maps create the illusion of surface detail, but when you look at the edges of the model, it's still smooth and flat. It seems this parallax method would similarly break down when you're looking along the tangent of a surface. I'd imagine it's less computationally expensive though, so it'd render way faster. Interesting. Nice tutorial!

  • @wsg1231
    @wsg1231 6 місяців тому

    funny for me it's heavier to use displacement texture as for using this method Is it just because displacement uses experimental subdev?

  • @TheVigore
    @TheVigore 6 місяців тому

    It looks kinda wonderful, but I have serious concerns about how much longer the render will become with a setup like that. If only it was a sort of - low level processor instruction node...

  • @ProjectHelisexuality
    @ProjectHelisexuality 6 місяців тому

    I totally got everything covered here!

  • @tiavstudio
    @tiavstudio 6 місяців тому +1

    Your ability to teach is phenomenal. Thank you for being an inspiration.

  • @bhuvaneshwaranm5798
    @bhuvaneshwaranm5798 6 місяців тому

    I really want fragment shader kinda setup in blender. So then I can for loop through all the iteration easily.

  • @PCgmesforever
    @PCgmesforever 6 місяців тому

    Really cool. It got me wondering tho. Could we get rid of the "layered" effect somehow ? Like calculating what the normal should be in-between based on previous plans next layer ?

    • @edwardevans1498
      @edwardevans1498 6 місяців тому +2

      that's what parallax occlusion mapping does, it's also a difference between POM and Steep parallax mapping, I'm not sure if he implemented this

  • @jmalmsten
    @jmalmsten 6 місяців тому

    Looks great... Now... Is there a plugin that gives me that with a single node? 😅
    I mean, if that node tree works for any plane. Then it should be collapsible for ease of use and minimizing any risks of user error?
    Also. Doing that operation 20 times makes me wonder, is there no way to do for-loops in blender?

  • @TheTurt1e9
    @TheTurt1e9 6 місяців тому

    I’ve spent some time trying to use this technique to represent windows of a building similar to the ones in the Spider-Man games. Any ideas pointers you’d be able to share?

  • @SwaggyProductions18
    @SwaggyProductions18 6 місяців тому

    Hey, I saw that your Blender speed while making animations is very quick and has good quality. What laptop or PC do you use?

  • @tobiashagstrom4168
    @tobiashagstrom4168 4 місяці тому

    There is a lot of talk about Z-axis coordinates here, does that mean this only works this way on surfaces that are flat horizontal?

  • @AyushBakshi
    @AyushBakshi 6 місяців тому

    This madlad got 'i can remap your life' kind of energy

  • @004307ec
    @004307ec 6 місяців тому

    ❤nice tutorial!

  • @astedroid
    @astedroid 6 місяців тому

    This is the equivalent to "Yeah, Im a visual learner" in math class wthen learning about vectors

  • @epicjonny155
    @epicjonny155 5 місяців тому

    can you try to release a blend file of the node?

  • @sarodesh
    @sarodesh 6 місяців тому

    Bro you're a genius

  • @drokolesko12
    @drokolesko12 6 місяців тому

    Awesome as always, man!

  • @bUildYT
    @bUildYT 6 місяців тому +1

    damnn thats like octane ggs dude!

  • @janvandertoorn
    @janvandertoorn 6 місяців тому

    Must say this is quite genius! amazing thnx

  • @martinconstable5911
    @martinconstable5911 6 місяців тому

    You are a god who walks among us.

  • @nicholaskuebelbeck7184
    @nicholaskuebelbeck7184 6 місяців тому

    So Enjoyable

  • @hanzi1801
    @hanzi1801 6 місяців тому +2

    okay so, whats the actual use? saves performace?

  • @huseyinpehlivan6072
    @huseyinpehlivan6072 6 місяців тому

    Okey thats nice but how can we writing this data to depth buffer

  • @vagneralmada7804
    @vagneralmada7804 6 місяців тому

    In 8:36 he did not connect the 0.8, he jumped from .6 to 1 in the comparations

  • @lovergun4360
    @lovergun4360 6 місяців тому

    uhh.. im sorry i cant understand the what is 'depth' group node?? how make that?

  • @infectioussneeze9099
    @infectioussneeze9099 6 місяців тому

    so you've achieved POM, now how about PDO with shadows so it interacts with other objects and not look flat uppon intersection?

    • @edwardevans1498
      @edwardevans1498 6 місяців тому

      self shadows should be possible but I don't think you can have correct shadows from other objects without depth offset

  • @fjfixkdnhc
    @fjfixkdnhc 6 місяців тому

    This is nice, thank you

  • @GUMMY_MKII
    @GUMMY_MKII 6 місяців тому

    Amazing man, I crave node shenanigans

  • @quanke0801
    @quanke0801 6 місяців тому

    Doing loops in blender node editor is a nightmare. We have osl script node available but then lose the ability to run on GPU 😅

  • @thomas7726
    @thomas7726 3 місяці тому

    😮 Why use bump or normal map insted this parallax?

  • @digital0785
    @digital0785 6 місяців тому

    big heart for jordy

  • @MirceaKitsune
    @MirceaKitsune 6 місяців тому

    I use Blender for ages and never checked if this is possible. Granted the setup is too complex for something I'd use normally: Would be great if this was builtin!

  • @BonkBonkad
    @BonkBonkad 6 місяців тому

    Finally you upgraded the tutorial..

  • @vladimirlavrentyev9206
    @vladimirlavrentyev9206 2 місяці тому +1

    Hard to tell whether the guy in the video is John Snow from GOT or Pedro Pascal from the Mandalorean

  • @josiahgil
    @josiahgil 3 місяці тому

    does anyone know if the ray portal node can be used to offset a texture's pixels like in ue5 pixel depth offset?

  • @coder0xff
    @coder0xff 6 місяців тому

    Ray marching shader next?

  • @GANXY
    @GANXY 6 місяців тому

    Very cool technique!

  • @6amsunset_
    @6amsunset_ 6 місяців тому +2

    i got whiplash at 9:04

  • @chinonsopromise4962
    @chinonsopromise4962 6 місяців тому +2

    I only understood the skillshare ad😢😢

  • @FerGalicia
    @FerGalicia 6 місяців тому

    Bravo sir!

  • @Danger_N00dle
    @Danger_N00dle 6 місяців тому +1

    Doing stuff in steps like this seems weird.
    I think we need the node equivalent of Calculus.

  • @Levi-samaa
    @Levi-samaa 6 місяців тому

    Does it affect render time instead of using hight map with lot of gemoetry?

  • @JasonKey3D
    @JasonKey3D 6 місяців тому

    nice explanation, thanks 🙏

  • @joshualegallais513
    @joshualegallais513 6 місяців тому

    That was amazing

  • @polatkemalakyuz2021
    @polatkemalakyuz2021 Місяць тому

    Imagine someone decides to start Blender and watches this video first lol

  • @bonecoseoutrascoisas-leiri1131
    @bonecoseoutrascoisas-leiri1131 6 місяців тому

    great! Thank you!

  • @bennyweimer2345
    @bennyweimer2345 6 місяців тому

    I have tried to do this well so many times in blender

  • @Neo2266.
    @Neo2266. 2 місяці тому +1

    Neat

  • @tusher23
    @tusher23 6 місяців тому

    😅 One breathe at a time, Thanks a lot saviour!! 🎉

  • @Redfrog1011
    @Redfrog1011 10 днів тому

    something is wrong with this implementation i think? it seems to change too drastically when camera view angle changes?

  • @betwixedxen7648
    @betwixedxen7648 6 місяців тому

    We really need the ability to loop like geometry nodes in n shader nodes, that and pass a texture parameter into a node group
    Bravo

  • @AFE-GmdG
    @AFE-GmdG 6 місяців тому

    This just screams for a loop. Isn't there a Loop Node for Shaders like the one in the Geometry Nodes?

  • @rated-r6002
    @rated-r6002 6 місяців тому

    why did you deleted your realistic ice tutorial post it back 😭

  • @niloytesla
    @niloytesla 6 місяців тому

    how do you know? i have been searching for this a few days now

  • @MateHomolya
    @MateHomolya 6 місяців тому

    You could say this is like a ray marching algorithm but with Blender geometry nodes

  • @juliaalder2007
    @juliaalder2007 6 місяців тому

    How can we bake/export it?

  • @khaban
    @khaban 6 місяців тому

    One question: Do you speed up your videos?

  • @anthonyzornig
    @anthonyzornig 6 місяців тому

    Thx for sharing!

  • @Shellnanigans
    @Shellnanigans 6 місяців тому +1

    thank you!

  • @SanOcelotl
    @SanOcelotl 6 місяців тому

    It only works on eevee right?

  • @worry74147
    @worry74147 6 місяців тому

    Thank you very much :D

  • @onjofilms
    @onjofilms 6 місяців тому

    For those that want to listen to this normal speed, change to .75 playback.