Difference between revisions of "Live 2022.09.13"
Views
Actions
Namespaces
Variants
Tools
(8 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
Taking a look at the new random walk SSS model [https://www.maxon.net/en/article/latest-redshift-release-features-random-walk-and-volumetric-anisotropy recently added to Redshift Render] | Taking a look at the new random walk SSS model [https://www.maxon.net/en/article/latest-redshift-release-features-random-walk-and-volumetric-anisotropy recently added to Redshift Render] | ||
After seeing [https://twitter.com/theartofsaul/status/1542941479768694784 Saul Espinosa share] some really impressive demonstrations of the new SSS model, [[File:FWmlu7KVUAEQMxg.jpeg | 560px]] | |||
[[File:FWmlu7KVUAEQMxg.jpeg | | I wanted to give it a try as well. I used VOPs and a an iterative displacement process as well as the detangle SOP to try to procedurally generate some organic blob looking form. | ||
== Scene File == | == Scene File == | ||
Line 11: | Line 11: | ||
== Summary == | == Summary == | ||
Using some VOP nodes to build a pattern | |||
[[File:Screenshot_at_2022-11-28_15-29-06.png | 960 px]] | [[File:Screenshot_at_2022-11-28_15-29-06.png | 960 px]] | ||
Distorting the pattern using curl noise applied to the input position, the pattern is then used to displace the mesh along it's surface normal. This can be done iteratively using a for loop with feedback enabled. | |||
[[File:Screenshot_at_2022-11-28_12-41-01.png | 960 px]] | [[File:Screenshot_at_2022-11-28_12-41-01.png | 960 px]] | ||
Applying a detangle SOP inside the loop produces nice wrinkling and helps to prevent overlaps or penetration in the mesh. | |||
<gallery mode="packed"> | |||
File:Screenshot_at_2022-11-28_13-17-36.png | |||
File:2022_09_13_rwSSS_002.jpg | |||
</gallery> | |||
Below you can see a render comparison with grey shaded and the displaced random walk SSS shaded. | |||
[[File:2022_09_13_side_by_side.gif | 960px]] | |||
== Video On Demand == | == Video On Demand == |
Latest revision as of 14:47, 29 November 2022
Random Walk SSS Sculpture
Taking a look at the new random walk SSS model recently added to Redshift Render
After seeing Saul Espinosa share some really impressive demonstrations of the new SSS model, I wanted to give it a try as well. I used VOPs and a an iterative displacement process as well as the detangle SOP to try to procedurally generate some organic blob looking form.
Scene File
Summary
Using some VOP nodes to build a pattern
Distorting the pattern using curl noise applied to the input position, the pattern is then used to displace the mesh along it's surface normal. This can be done iteratively using a for loop with feedback enabled.
Applying a detangle SOP inside the loop produces nice wrinkling and helps to prevent overlaps or penetration in the mesh.
Below you can see a render comparison with grey shaded and the displaced random walk SSS shaded.
Video On Demand
- 0:00:00 SSS random walk example render
- 0:00:52 SOP modeling begins
- 0:06:00 remesh to grid SOP
- 0:07:00 VOP pattern generation
- 0:09:00 displace mesh using VOP
- 0:14:10 modeling the plinth
- 0:18:20 placing the camera
- 0:19:00 redshift render and lighting
- 0:20:00 redshift shader building
- 0:21:00 SSS random walk settings
- 0:26:00 iterative displacement using for loop
- 0:27:40 fix penetrations using detangle SOP
- 0:47:40 add rectangle area light
- 1:11:25 adding another rect light
- 1:14:00 building shader for the plinth
- 1:18:50 copying rest coordinates initial geo
- 1:19:50 adding shader noise based on rest coords
- 1:28:30 layering materials in the shader
- 1:34:00 adjusting render postFX
- 1:40:30 final render