ocean tool
39444 32 9- vbk!!!
- Member
- 383 posts
- Joined:
- Offline
Hello,
I am working on a ocean tool leisure time.
With the help of Tamte I finally implemented the surface thickness option to the shader.
http://vimeo.com/29420204 [vimeo.com]
Now, I am looking for a solution to add foam trail and some wave deformation to get the abilty to add a ship on the sea …
I already asked for help for it.
http://www.sidefx.com/index.php?option=com_forum&Itemid=172&page=viewtopic&t=22645&highlight=point+cloud [sidefx.com]
wait and see
++
Vincent
I am working on a ocean tool leisure time.
With the help of Tamte I finally implemented the surface thickness option to the shader.
http://vimeo.com/29420204 [vimeo.com]
Now, I am looking for a solution to add foam trail and some wave deformation to get the abilty to add a ship on the sea …
I already asked for help for it.
http://www.sidefx.com/index.php?option=com_forum&Itemid=172&page=viewtopic&t=22645&highlight=point+cloud [sidefx.com]
wait and see
++
Vincent
- chrism
- Staff
- 2535 posts
- Joined: Sept. 2007
- Offline
- Alejandro Echeverry
- Member
- 691 posts
- Joined: June 2006
- Offline
Hi!!
Nice Ocean setup!!!!.
Here is a possible solution to your blurred refraction and IOR.
Nice Ocean setup!!!!.
Here is a possible solution to your blurred refraction and IOR.
Edited by - Sept. 23, 2011 14:17:59
Feel The Knowledge, Kiss The Goat!!!
http://www.linkedin.com/in/alejandroecheverry [linkedin.com]
http://vimeo.com/lordpazuzu/videos [vimeo.com]
http://www.linkedin.com/in/alejandroecheverry [linkedin.com]
http://vimeo.com/lordpazuzu/videos [vimeo.com]
- dragon7
- Member
- 5 posts
- Joined: Sept. 2011
- Offline
- vbk!!!
- Member
- 383 posts
- Joined:
- Offline
- RudiNieuwenhuis
- Member
- 193 posts
- Joined: April 2009
- Offline
- vbk!!!
- Member
- 383 posts
- Joined:
- Offline
Hello all,
I posted a image of the network of the shading part of the ocean.
In light blue, there is the 2 HOT I use. Theses nodes are linked the nodes used as deformer in vopsop.
In dark blue, the texture used to “warp” the position of the surface. The texture are link to ramps ( red nodes) to control the amount of foam of the ocean. All the ramp are fused to obtain the final foammask.
The foammask is used to mix 2 shaders (purple node). The surface model is use for the water part. At the top of the picture you can see the actual method use to obtain thickness ( the nice tips of alejandro is not implemented yet). The foam shader is a mix of lambert and constant to fade the dark parts of the lambert ( really really cheap sss fake).
++
Vincent
I posted a image of the network of the shading part of the ocean.
In light blue, there is the 2 HOT I use. Theses nodes are linked the nodes used as deformer in vopsop.
In dark blue, the texture used to “warp” the position of the surface. The texture are link to ramps ( red nodes) to control the amount of foam of the ocean. All the ramp are fused to obtain the final foammask.
The foammask is used to mix 2 shaders (purple node). The surface model is use for the water part. At the top of the picture you can see the actual method use to obtain thickness ( the nice tips of alejandro is not implemented yet). The foam shader is a mix of lambert and constant to fade the dark parts of the lambert ( really really cheap sss fake).
++
Vincent
- RudiNieuwenhuis
- Member
- 193 posts
- Joined: April 2009
- Offline
- vbk!!!
- Member
- 383 posts
- Joined:
- Offline
- RudiNieuwenhuis
- Member
- 193 posts
- Joined: April 2009
- Offline
I've been trying to get a grip on your setup but so far haven't been fully succesfull yet.
Would you mind posting a hip file so we can have a more in depth look to see what is going on in the shader and disect it ?
If you don't want to share the entire network, maybe a simplified version of it?
One of the things i don't get is why you are getting the HOTs in here and link them to the sops deformation hot. Wouldn't it be easier to create a variable for minEigenval in sops and import it here. Or is there something i'm missing here…
Would you mind posting a hip file so we can have a more in depth look to see what is going on in the shader and disect it ?
If you don't want to share the entire network, maybe a simplified version of it?
One of the things i don't get is why you are getting the HOTs in here and link them to the sops deformation hot. Wouldn't it be easier to create a variable for minEigenval in sops and import it here. Or is there something i'm missing here…
- vbk!!!
- Member
- 383 posts
- Joined:
- Offline
- RudiNieuwenhuis
- Member
- 193 posts
- Joined: April 2009
- Offline
Sure, that's a piece of cake compared to your shop network.
Check the attached file.
In sops the mineigenval attribute that is generated by the HOT is used to calculate a new attribute shaderFoam. You could ofcourse get the attribute mineigval itself as well and do the calculations in shop on that attribute.
In shop you just use an parameter node to get the point attribute in.
I made the interesting nodes red.
Check the attached file.
In sops the mineigenval attribute that is generated by the HOT is used to calculate a new attribute shaderFoam. You could ofcourse get the attribute mineigval itself as well and do the calculations in shop on that attribute.
In shop you just use an parameter node to get the point attribute in.
I made the interesting nodes red.
- vbk!!!
- Member
- 383 posts
- Joined:
- Offline
- vbk!!!
- Member
- 383 posts
- Joined:
- Offline
- RudiNieuwenhuis
- Member
- 193 posts
- Joined: April 2009
- Offline
- RudiNieuwenhuis
- Member
- 193 posts
- Joined: April 2009
- Offline
A little thing i found in your file that i do in another way is the environment.
I generally use a environment light for this and set the rendering mode to ray tracing background.
I also don't understand why you use raytracing as a render engine instead of the micropolygon one. The micropoly here speeds up renders tremendously.
There are a lot of settings in you mantra node i don't quite understand why you changed them to those values. For example the Ray tracing acceleration, the texture cache size and for the sampling the sample lock and Ray variance antialiasing. Setting all those back to default settings improved rendertimes a lot and i don't see an awfull lot of difference in the result.
You might have good reasons for the settings you used though.
Just curious.
I generally use a environment light for this and set the rendering mode to ray tracing background.
I also don't understand why you use raytracing as a render engine instead of the micropolygon one. The micropoly here speeds up renders tremendously.
There are a lot of settings in you mantra node i don't quite understand why you changed them to those values. For example the Ray tracing acceleration, the texture cache size and for the sampling the sample lock and Ray variance antialiasing. Setting all those back to default settings improved rendertimes a lot and i don't see an awfull lot of difference in the result.
You might have good reasons for the settings you used though.
Just curious.
- vbk!!!
- Member
- 383 posts
- Joined:
- Offline
- RudiNieuwenhuis
- Member
- 193 posts
- Joined: April 2009
- Offline
- vbk!!!
- Member
- 383 posts
- Joined:
- Offline
- vbk!!!
- Member
- 383 posts
- Joined:
- Offline
yo !
I had some time to work on my little project …
Here is one of my tests to create foam from boat.
Particle age and point cloud fading is not properly set for the moment.
Strange … I was sure to set the ramp parameter to fade out the particle's mask …
http://vimeo.com/31131399 [vimeo.com]
++
Vincent
I had some time to work on my little project …
Here is one of my tests to create foam from boat.
Particle age and point cloud fading is not properly set for the moment.
Strange … I was sure to set the ramp parameter to fade out the particle's mask …
http://vimeo.com/31131399 [vimeo.com]
++
Vincent
-
- Quick Links