Jump to content

Mixing 2 displacements in ocean shader...


afandina

Recommended Posts

I am trying to mimic this effect when wind affects the ocean surface,  Igor Zanic made a great Rnd, and he mentioned that he did that by mixing 2 displacements maps in the shader

DkVAA3n.jpg

 

you can see the results of mixing is great..

 

 

I tried the following:

- I wrote 2 displacements maps to the disk

- in the ocean shader I found a parameter loading the displacement , I duplicate it to load the other displacement map then I duplicate the connected textures then used a mix node to mix between the 2 textures and i used a turbulance noise as a bias..I did this twice for the 2 texture nodes were connected to disp map..  check these images...

m2OBZuT.jpg

 

rcOWzrD.jpg

 

 

BUT ... the results was too bad .

 

 

Any  advises on how to mix 2 displacements maps inside the ocean shader??

Regards...

Link to comment
Share on other sites

first of all, I think you need to fit turbnoise1 to 0>1. this noise generate values between -1 and 1, therefore your mixing doesn't work properly. otherwise it is hard to tell what's wrong as I can't see how exactly is everything put together and how the result looks like. example file would help.

Link to comment
Share on other sites

  • 4 months later...

mixing displacement as you have in image should work. just make sure you are mixing correct values and doing proper math (at the end you just changing the numeric values stored in texture, nothing else).

 

Im mixing displacement textures quite often (especially displacement + bump maps into single displacement) and never had issues

Link to comment
Share on other sites

  • 3 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...