Blender Tutorial - Fake Interior mapping shader (Parallax mapping)

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

КОМЕНТАРІ • 170

  • @waelbeji
    @waelbeji Рік тому +23

    if u have issues rotating it, stick a ''vector transform'' node between ''geometry'' and ''multiply'' nodes, and it will work

    • @worldother2080
      @worldother2080 Рік тому +1

      gracias, te amo :D

    • @waelbeji
      @waelbeji Рік тому

      xD glad it helped!@@worldother2080

    • @cedricaguilar4501
      @cedricaguilar4501  11 місяців тому +9

      Man you completed this shader, now it's 1000 times better. Pinning this.

    • @esarchiart
      @esarchiart 7 місяців тому

      What settings should I set?
      Object - world - camera?

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

      I have (Vector) (World) (Object)@@esarchiart

  • @cyborgmetropolis7652
    @cyborgmetropolis7652 2 роки тому +38

    This is great! I am now going to export a ton of parallax shaders! For anyone who needs it, here are the settings to export the proper image format I used:
    Render Properties:
    -Cycles (Eevee won't work)
    Camera
    -Place camera in the exact center of the cube you're decorating.
    -Rotate (x:90, y:0, z:0)
    -Camera Type: Panoramic
    -Panorama Type: Equirectangle (only available in Cycles)
    Output Properties
    -Resolution X: 1000 px
    -Resolution Y: 500 px
    -Aspect X: 1
    -Aspect Y: 2
    -Image format: OpenEXR
    -Codec: DWAA
    I also found it helpful to send the node tree output to the Principled BSDF shader's emission to give my material more light.
    Not sure what I did wrong in the node tree but the parallax material was pointing the wrong way so I had to face the camera towards the cube opening instead of the back wall before rendering an image.

    • @_hitz_5026
      @_hitz_5026 Рік тому +1

      tysm

    • @marksma2625
      @marksma2625 Рік тому +1

      You are a life saver even though you wrote this 4 months ago it still helps me. Tysm!

    • @AshKetchup123
      @AshKetchup123 Рік тому

      does the room have to be a cube? can it be rectangle?

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

      thank you

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

      When you say to place the camera in the center of the cube do you mean the origin or the front part so it doesnt clip in to the wall?

  • @antennatrees
    @antennatrees 2 роки тому +76

    Unfortunately this shader is created on the back face of the plane. To fix it so it works on the front face switch that Combine XYZ Y value to -1 instead of 1. Then change the Vector Rotate node to -90 instead of 90.
    Hope this helps someone.

    • @docuke9525
      @docuke9525 Рік тому +6

      Another, at least for 3.3.0 version, next to Geometry, Multiply incoming for (-1, 1, -1), and Texture Coordinate must be Generated instead of UV

  • @BestYeen
    @BestYeen 4 місяці тому +2

    Thanks for the tutorial!
    If anyone is wondering why step around 1:57 looks so different in a new Blender scene: Go to Render (camera icon on the right side) -> Color Management -> View Transform, and here, switch from AgX (new default) to Filmic (default from when the video was made)

  • @drhtml
    @drhtml Рік тому +9

    This is so good. I discovered about this technology few days ago, and today I finally found how to actually use parallax mapping. Thanks!

  • @H-L
    @H-L 2 роки тому +3

    Omg it's here! I liked it before but just had the time to watch and comment. I really appreciate the work you put into this to even show us how to create the hdri. Thank you so much.

    • @cedricaguilar4501
      @cedricaguilar4501  2 роки тому +1

      Thanks, comments like this is why I make the effort 🙏🏻🙏🏻

  • @marshmallow_fellow
    @marshmallow_fellow Рік тому +14

    You can fix the shader not working on other axis by using a Vector Transform node after the Geometry.Incoming input (Vector, World to Object), then Vector Rotate (Euler, Rotation: (90,0,-59) )
    I'm not sure why it's -59 degrees so I can't give an exact value but it works good enough
    edit: something was weird with my scene, in another scene I just needed (90, 0, -90)

    • @sintelaris
      @sintelaris Рік тому +1

      OMG THANK YOU!!!

    • @marshmallow_fellow
      @marshmallow_fellow Рік тому

      @@sintelaris Happy to help :)

    • @schuaaro0912
      @schuaaro0912 Рік тому

      @@marshmallow_fellow doesnt´t work for me. I tried to rotate the plane 90 degrees on the y-axis instead of 90 degrees for the x-axis, but your solution also doesn´t work for me. Can you explain me what´s wrong or (if ok for you no pressure) share me the shader of your solution. Maybe you read this comment and you may can help me. Greatings

    • @marshmallow_fellow
      @marshmallow_fellow Рік тому

      @@schuaaro0912 you need to light the plane up correctly in edit mode and rotate it in object mode. I couldn't find a solution that worked for faces facing in different directions in the same object. it should be facing the positive x direction when the object has 0,0,0 rotation. If I find a better way to do it I'll let you know, for now I hope that helps :)

    • @schuaaro0912
      @schuaaro0912 Рік тому +1

      @@marshmallow_fellow found a solution. A Vector Transform Node was enough and I connected one node the wrong way. Sorry, was stupid me, but thanks for your help :)

  • @SoimulX
    @SoimulX Рік тому +10

    It took me so long to realise you used a enviroment texture instead of a texture 🤦

    • @cedricaguilar4501
      @cedricaguilar4501  Рік тому

      Oh, that can happen. Fortunately you realised what was wrong.

    • @wydua2049
      @wydua2049 9 місяців тому +1

      GOD THANK YOU

  • @poisenbery
    @poisenbery 2 роки тому +2

    Dude, thank you.
    I had to go through a bunch of other videos that talk about the shader but don't actually explain how to make it
    Or those godforsaken "premade node group" videos ugh

  • @DaviSilveira
    @DaviSilveira Рік тому +1

    After following this tutorial the second time at .5 speed I got it :) Amazing, thanks for sharing!

  • @kyuiki
    @kyuiki Рік тому +1

    thats really really awesome man! just found out about parallax mapping and i already starting to love it. great job

  • @AndreySokolovRu
    @AndreySokolovRu 2 роки тому +1

    Thanks. This seems perfect! Exactly what I was looking for!

  • @armedpixel6088
    @armedpixel6088 Рік тому +1

    Thanks a lot this will help me increating complex building rooms

  • @tristafrog
    @tristafrog 2 роки тому +1

    omg dude this is amazing! Thanks so much for the tutorial

  • @jkyoo8330
    @jkyoo8330 Рік тому +1

    very helpful and simple lecture, thanks for sharing!!

  • @jenovaizquierdo
    @jenovaizquierdo 2 роки тому +1

    Dude really awesome tutorial 🤩👍🏼

  • @olejorgensen1964
    @olejorgensen1964 2 роки тому +7

    This is so good!!! Thanks. I had one issue - right to left movement in final projection went the wrong way. I triple checked but did not find any errors, so i changed the first Vector multiply right after Geometry(incoming) from (-1,-1,-1) to (1,-1,-1). If anyone know why please let me know

  • @cedricaguilar4501
    @cedricaguilar4501  2 роки тому +9

    I ended up making a blend file with the shader and a sample HDRI for free, you can get it here:
    ua-cam.com/video/CB7xU_txbuM/v-deo.html

  • @SoftRadioChannel
    @SoftRadioChannel 2 роки тому +1

    How can I do the room from the HDRI? How should I crop it to make look like a 3-walls room? How I can cut the 4th wall?

    • @cedricaguilar4501
      @cedricaguilar4501  2 роки тому +1

      Hi, as far as I know it shouldn't matter if your 360 HDRI room has 4 walls, I made it without a wall and just render with transparency but it should work with 4 walls.
      You can also get the shader ready to use in one of my most recent videos.

    • @SoftRadioChannel
      @SoftRadioChannel 2 роки тому

      @@cedricaguilar4501 Thanks! it is a really good tutorial!

  • @LuminousLabs
    @LuminousLabs 2 роки тому +1

    I hope every blender artist doing archviz can see this

  • @glorytoarstotzka2380
    @glorytoarstotzka2380 2 роки тому +1

    I want to try this out later, thanks!

  • @pxrposewithnopurpose5801
    @pxrposewithnopurpose5801 Рік тому +1

    insane guy

  • @fumakirikaze7618
    @fumakirikaze7618 Рік тому

    Wow ! It's magic ! 🧙‍♂️
    Thanks a lot 👍🏼

  • @RomboutVersluijs
    @RomboutVersluijs 22 дні тому

    Pretty cool you got it working for hemispherical images. Do you also have one setup for cubic map styled method?

    • @cedricaguilar4501
      @cedricaguilar4501  21 день тому

      No I haven't tried that method. Maybe someone else has though.

  • @serjyurkevich155
    @serjyurkevich155 2 роки тому +1

    Brain explosion, amazing

  • @efeozturk5253
    @efeozturk5253 Рік тому +1

    It only works when you're looking at the object from Y axis. to fix the issue, just add vector rotate after "incoming", rotate it all by 90 or whatever your object's current rotation is.

    • @cedricaguilar4501
      @cedricaguilar4501  Рік тому +2

      You can change the shader to make it work on the desired axis, I got a video with this shader inside a node group and it's just changing one number

  • @swathikumar980
    @swathikumar980 2 роки тому +1

    A life saver. Thank you Bro

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

    Genius

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

      I was just porting a Unity shader to Blender but it was kind of complicated, thanks

  • @gurikasemit
    @gurikasemit 2 роки тому +1

    Saving this just in case :D

  • @AnakinSkyobiliviator
    @AnakinSkyobiliviator 7 місяців тому

    This tutorial is great! That said, I have some additional questions:
    How do you do this for non-rectangular windows? And can you do this where the interior is a corridor? How about when you have two windows that share an interior?

    • @cedricaguilar4501
      @cedricaguilar4501  7 місяців тому

      I haven't tried it with non-rectangular windows unless you mean the window frame.
      You can use it for a corridor-like room by adjusting the node groud (the one I published in a different video) but your HDRI has to be made for that shape, hard to explain with words.
      If you want to use 2 windows for 1 room with this effect I'd probably do a wider room HDRI and create a wall with 2 window frames in a different mesh.

    • @AnakinSkyobiliviator
      @AnakinSkyobiliviator 7 місяців тому

      @@cedricaguilar4501 Thanks for the timely response! As for clarifying the questions, yep I mean the window frame, since when I tried changing the shape of the window in the example you gave with your node download, it warped the output image. So if there's a way to keep the texture projection the same despite it being displayed across varying window shapes, it'd be great!
      As for the corridor solution, I'm not too familiar with HDRI so I wouldn't know the first thing about how to make it a different shape (at least, at this time), so all I assume you mean for me to follow the panorama render tutorial you posted at the end of this video but instead do it in a corridor instead of a tiny room.
      As for the two/multiple windows for one room, if I'm understanding this correctly, it sounds like I have to pretty much repeat what I have to do with the corridor above but for the "window" proper, I would have to have a mesh with the matching number of windows, which makes sense enough!

  • @techboy2863
    @techboy2863 2 роки тому +1

    thnks bro. you have my support 😘

  • @OviGomy
    @OviGomy Рік тому

    Great job🎉

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

    Thank you so much

  • @eisenspanigel67
    @eisenspanigel67 Рік тому

    amazing
    incredible
    :D

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

    Muchas gracias

  • @kuichib
    @kuichib 7 місяців тому

    lovely, thank you!

  • @ddn6299
    @ddn6299 Рік тому +1

    So useful tutorial, you earned a sub. But I am thinking where to use it, its use case is less. Only night time. In daytime sunlight will come inside through windows

    • @cedricaguilar4501
      @cedricaguilar4501  Рік тому

      If you want to use it on daytime scenes you would need to make daytime interior renders.

  • @h4nv
    @h4nv Рік тому

    Awesome!

  • @cg1582
    @cg1582 Рік тому +1

    So cool, thank you.
    I notice the camera needs to sit in the middle of the room.
    What if u would like there to be a curtain in front of the room?
    Is it possible with this method?

    • @cedricaguilar4501
      @cedricaguilar4501  Рік тому +1

      It would be possible but using something else. This method + the curtain in a different mesh. I got a video that might help you with building windows and using this method.

  • @TheGreatBizarro
    @TheGreatBizarro 2 роки тому +2

    Can you post a blender file with the setup you show so we can follow it easier? This is great, thanks!

    • @cedricaguilar4501
      @cedricaguilar4501  2 роки тому

      hey, I ended up uploading the blend file to gumroad, if you want it go to my last video

    • @TheGreatBizarro
      @TheGreatBizarro 2 роки тому +1

      @@cedricaguilar4501 Great. thanks for the help tried following your video and still messed it up several times 😀

  • @alhdlakhfdqw
    @alhdlakhfdqw 2 роки тому +1

    great video thank you! subbed :)

  • @maximlm_ddd
    @maximlm_ddd 9 місяців тому

    Hi. How to rotate your shader on the Z axis by 90?

  • @kuichib
    @kuichib 7 місяців тому

    Is it possible to put this shader on a moving object? I've been fiddling around with the nodes, but I am not getting the result I want.

    • @kuichib
      @kuichib 7 місяців тому +1

      Ah, nvm, solved it!!! with the Vector Transform node between Geometry and Multiply nodes, you gotta set that to Vector> World and Object

  • @myfriend2682
    @myfriend2682 2 роки тому +1

    The room is facing the Y axis, but if i rotate the plane for example 90 ° around Z the image of the room is not correct anymore. Did I miss something ?

    • @cedricaguilar4501
      @cedricaguilar4501  2 роки тому

      I would not rotate the plane if possible, it's a tricky shader.
      Try applying any rotation as long as the plane sits vertically (I doubt the shader would work if the plane is on the ground)

  • @VortexFlims
    @VortexFlims 2 роки тому

    yeah but can u go inside of the portal or is it just for show. I want to try what Stankey Parable did. they made portals like that in doorways, but want to know if there is any way the camera can go inside of it

    • @cedricaguilar4501
      @cedricaguilar4501  2 роки тому +1

      if you want to go inside, just make the interior. This method is for background interior details, not for close ups

  • @poisenbery
    @poisenbery 2 роки тому

    3:39
    Why do you add a multiply node with 1 for all values?
    It will return the exact same value as input, what is the point of this node?

    • @cedricaguilar4501
      @cedricaguilar4501  2 роки тому

      When changing that multiply it actually changes the shader, trust me. By the way, I got a video with the shader done and ready to use

  • @Aaws424
    @Aaws424 Рік тому

    Great job thank you

  • @arunachalpradesh399
    @arunachalpradesh399 2 роки тому +1

    hey please reply , can it be exported to game engine with same effects?

    • @cedricaguilar4501
      @cedricaguilar4501  2 роки тому

      Hey, I haven't tried that but I guess it won't work.
      If you want this effect in Unity, there's already a tutorial for it. If you want this for Unreal, I've seen there's also a way to achieve this effect.

  • @asuwho
    @asuwho Рік тому

    This is really awesome. One question, does this work on a subdivided cube for each faces of it?

    • @cedricaguilar4501
      @cedricaguilar4501  11 місяців тому

      There's probably a way to do it that way but I haven't tried it.

  • @jippee1
    @jippee1 2 роки тому

    Now can you add a another paralax shader within the paralax shader? Say for example adding a 3d person standing in the middle of the room? Because the couch is actually now 2D. you can't actually see the side of it, nor does it extrude out to the floor

    • @cedricaguilar4501
      @cedricaguilar4501  2 роки тому

      I mean you probably can add an object in the scene but this shader is not for closeups, it's for details at the background without the extra modeling of the interior and saving render time

  • @bannnz
    @bannnz Рік тому

    doesn't work in 3.6
    it gives a weird warping effect like its curving inwards. i followed the tutorial exactly.

    • @cedricaguilar4501
      @cedricaguilar4501  Рік тому

      Maybe you could try the shader, I posted it ready to use in another video. Keep in mind right now it only works in certain rotations (XZ and YZ axes if I'm correct)

  • @blackswan6386
    @blackswan6386 2 роки тому +1

    now level 2: is it possible to export this into my mobile phone and have this effect wile rotate my phone ? this would be legendary + epic Sir ! i would pay for this if you can show how to export this have this effect on my phone. awesome sir

    • @cedricaguilar4501
      @cedricaguilar4501  2 роки тому

      that's a tough question, you mean a video where this effects works? an image or a game?
      Right now I know how to make 360º videos or images and you can watch them with your phone but I don't know what exactly you mean

    • @blackswan6386
      @blackswan6386 2 роки тому

      @@cedricaguilar4501 yea a video is easy just render out and go,...but i want to control this with my phone, when i move my phone to left the interior will move to left too. you tutorials are showing the effect is controled by camera, when i move the camera in blender the shader / mapping is reacting on this camera view. but how i can bring this to my phone, so the camera is like my phone, and when i move my phone the picture is also moving and showing the effect ? hope you got it.

    • @blackswan6386
      @blackswan6386 2 роки тому

      i think you have to record full 360° video of this effect and call it with your phone, yeah i think its a programing thing need to make on your phone :( ok was just a idea. but its harder to realize i think. outside of blender the shader dont work, maybe in Unreral Engine, but on android i think its not working ...hm would be cool to have but im not programming

    • @cedricaguilar4501
      @cedricaguilar4501  2 роки тому

      @@blackswan6386 Moving the camera with your phone would be possible but only at rotating, basically a 360º video. This effect should work for a 360º video but it would only be deformed by the position of the rendering camera.

  • @ivanchen3141
    @ivanchen3141 Рік тому

    I fail on first step , how to create a plane ?

  • @cristianolop
    @cristianolop Рік тому

    Hi, when I rotate the plane on the x axis the image is distorted, I've tried to correct it by changing it to 0, 90, 180° and it doesn't correct it, is there any other way to fix this?

    • @cedricaguilar4501
      @cedricaguilar4501  7 днів тому

      Hello, I uploaded this node group in a different video, it's ready to use and it should work in 4.2

  • @newwake1988
    @newwake1988 2 роки тому +1

    1:02 node viewer?

    • @cedricaguilar4501
      @cedricaguilar4501  2 роки тому +1

      With Node wrangler add-on Ctrl + Shift + Left click if I'm not mistaken

  • @tutrle2265
    @tutrle2265 2 роки тому +1

    I don't understand how to make the square room he dint make any sense to me does anyone know what he meant

    • @cedricaguilar4501
      @cedricaguilar4501  2 роки тому +1

      I mean, use a cube for the room, put the camera at the center and render as equirrectangular image with 2x1 aspect ratio

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

      @@cedricaguilar4501how

  • @blackswan6386
    @blackswan6386 2 роки тому +1

    hi sir, you talked abouzt changing aspect ratio, but you didnt made it as i see its same 1920 x 1080 and you didnt changed it ? how does it strechet ? i followed everything, but the end is littlebit fast to understand, can you help me on this ? i just want to make my own image and struggle. i try change rotation in the shader but the result is wired. would be epic. thanks showing your skill sir. have a nice day

    • @cedricaguilar4501
      @cedricaguilar4501  2 роки тому +1

      Hi.
      I didn't change the aspect ratio of the render because I forgot (but did it later, off screen) if the room is a square and the image is 2x1 (for example 1000x500, Equirectagular) it should work right away with the shader, maybe rotating as I did before showing how to create the room. If you have any questions please let me know.

    • @blackswan6386
      @blackswan6386 2 роки тому +1

      @@cedricaguilar4501 ok solved, thank you sir ! awesome

    • @dylanreid3955
      @dylanreid3955 Рік тому

      @@cedricaguilar4501 Hopefully you see this: What if the room I'm working with isn't square? I'm working inside a room approx 8 feet deep and 20 feet wide 8 feet tall (scaled 1:1 in blender). How should i set this up?

    • @AshKetchup123
      @AshKetchup123 Рік тому

      @@dylanreid3955 hey dude, did you figure it out? im in the same situation as you now

    • @dylanreid3955
      @dylanreid3955 Рік тому

      @@AshKetchup123 Still haven't figured it out. Closest I've gotten is by creating my own parallax HDRI by rendering a panoramic of the right size and adjusting the dimensions in the nodes accordingly. Hope that made sense...

  • @k4tz372
    @k4tz372 8 днів тому

    Hello i just wanted to let you know that this method doesn't work anymore on 4.2. Or does somebody has an idea how to get it to work again?
    Cheers

    • @cedricaguilar4501
      @cedricaguilar4501  7 днів тому

      Hello. I published a blend file with the node group I made in this tutorial.
      I opened with 4.2 and it works fine. Can you explain what doesn't work for you?

    • @k4tz372
      @k4tz372 7 днів тому

      @@cedricaguilar4501 I just imported the node(s) into a new scene and tried it with a new plane (which was not working at all) but the .blend from your groad is working
      I'm sorry that i had to disturbed you anyway thank you for this addon :)

    • @cedricaguilar4501
      @cedricaguilar4501  23 години тому

      @@k4tz372 Don't worry, as long as it works for you that's what matters

  • @brooen2931
    @brooen2931 2 роки тому

    is there a way to make this work on a cube building? if i look at it from another side of the building its just black

    • @cedricaguilar4501
      @cedricaguilar4501  2 роки тому

      Hey, I think I know what you mean. This shader works for 1 side, if you want to see the same from other angle you probably need to duplicate the shader and rotate it. If your HDRI has all faces rendered, you just need to rotate in the shader.

    • @brooen2931
      @brooen2931 2 роки тому

      @@cedricaguilar4501 the problem is that I would like to use this on a whole city and there are many buildings at different angles

  • @esarchiart
    @esarchiart 7 місяців тому

    I did not understand at all how, with a conventional perspective camera, we got a panoramic image (HDRI) of the room in the last part of the video.

    • @cedricaguilar4501
      @cedricaguilar4501  7 місяців тому

      To be honest I just replicated a workflow from Unity to make it work in Blender.
      It just works. You can download the node group in a later video and you can improve the shader with the information of the pinned commen in this video.

    • @nodesandnoodles
      @nodesandnoodles 4 місяці тому +1

      Yeah. The tutorial skips the part where you set the camera to Panoramic with Panorama Type set to Equirectangular. These options are only available in Cycles.

  • @MetaVertices
    @MetaVertices 18 годин тому

    how to make my own interior design ?

    • @cedricaguilar4501
      @cedricaguilar4501  18 годин тому

      At 4:36 you can see the workflow but basically it's a cube with a camera in the middle. Render as if it was an HDRI and make sure to flatten objects.

  • @kintenkinten
    @kintenkinten 2 роки тому +1

    Why the multiply by one node though? :D

    • @cedricaguilar4501
      @cedricaguilar4501  2 роки тому +1

      Honestly because that's how the Unity tutorial was but you can change the 1 to transform the shader, scale or move on an axis

  • @julito8703
    @julito8703 2 роки тому +1

    Can I use this shader for VR?

    • @cedricaguilar4501
      @cedricaguilar4501  2 роки тому

      I haven't tested that yet, feel free to try it and let me know if you can

  • @cgmoe8441
    @cgmoe8441 10 місяців тому

    it didnt work for me

    • @cedricaguilar4501
      @cedricaguilar4501  10 місяців тому +1

      You can download the node group ready to use.

  • @carloslecina9029
    @carloslecina9029 Рік тому

    You didn't explain the meaning for each vector node manipulation, I ended throwing my cat into the laundering basket. Serves you right!

    • @cedricaguilar4501
      @cedricaguilar4501  Рік тому

      If you want to know why and how it works, check the Unity tutorial it's based on, the link is in the decription.

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

    5:11 how do I change the aspect ratio to 2x1???

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

    1 year later, I'm struggling to understand the math here...

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

      Don't worry about understanding why it works, if it works it works.
      But if you are talking about making the shader you can just download it.

  • @kaiyueh123
    @kaiyueh123 2 роки тому +1

    i follow the node you set, but the result is totally different.

    • @cedricaguilar4501
      @cedricaguilar4501  2 роки тому

      I actually had to remake this shader 2 times for the tutorial because of that, so try to make it again and make sure you follow each step. I had the viewer node so it's easy to follow along.

    • @kaiyueh123
      @kaiyueh123 2 роки тому

      @@cedricaguilar4501 yea, i follow twice, the result is still wrong.

    • @kaiyueh123
      @kaiyueh123 2 роки тому +1

      ok, i found out the issue, the place rotation affect the result. need to rotate the place to same as yours

    • @kaiyueh123
      @kaiyueh123 2 роки тому +1

      is that possible to make it look from other angle too? maybe always facing camera angle?

    • @kaiyueh123
      @kaiyueh123 2 роки тому +1

      Hi, i managed to make it look from angle as well. thanks for you tutorial

  • @NIBELUNGBEATS
    @NIBELUNGBEATS Рік тому

    Dear Sir!
    How can I export the model I have created to keep the paralax effect when I import it into another blender project? Unfortunately, every time I export it, I get a white or black blank page.
    Thank you for your reply!

    • @cedricaguilar4501
      @cedricaguilar4501  Рік тому

      Hello
      Do you mean you have created a room interior and you want to use it for other projects?
      Keep in mind this shader only works if the plane with the shader is 90º on X or Z axis, it can't be tilted

    • @NIBELUNGBEATS
      @NIBELUNGBEATS Рік тому

      What I would like to achieve is that if I create a parallax room as shown in the video, in which format should I save it to be able to use it in Godot or Unity?
      Unfortunately if I save it currently, I only get an empty (white or black) plane.

  • @SADNESSOFHUMANITY
    @SADNESSOFHUMANITY Рік тому +1

    5:04

  • @user-xi3uy1jw8i
    @user-xi3uy1jw8i 2 роки тому

    Hello, can you show a video of 3DMAX making parallax map?

    • @cedricaguilar4501
      @cedricaguilar4501  2 роки тому

      Hi, I'm sorry but I don't use 3DMAX.
      There's probably a method for this in 3DMAX but I don't really know.

    • @user-xi3uy1jw8i
      @user-xi3uy1jw8i 2 роки тому

      @@cedricaguilar4501 OK, thank you for your tutorial. Have a nice day

  • @igeprogrammer
    @igeprogrammer 11 місяців тому

    How did he just figure this out!

    • @cedricaguilar4501
      @cedricaguilar4501  11 місяців тому

      What do you mean exactly?

    • @igeprogrammer
      @igeprogrammer 11 місяців тому

      @@cedricaguilar4501 As in, figure out the correct math nodes and everything, is it like a thing you just learn one day or something

    • @cedricaguilar4501
      @cedricaguilar4501  7 днів тому

      @@igeprogrammer Hi, sorry for not answering.
      As I explained in this video, what I did was "port" a shader in Unity for Blender.

  • @horiamoldovean6074
    @horiamoldovean6074 2 роки тому +1

    Maaan , how to do this in unreal?:)))

    • @cedricaguilar4501
      @cedricaguilar4501  2 роки тому

      I looked up while trying to make this for blender, I think there's a pack that includes a shader for similar results