kunz Difference between revisions of "Live 2022.08.26"

Difference between revisions of "Live 2022.08.26"

From kunz
Line 14: Line 14:


== Video On Demand ==
== Video On Demand ==
<embedvideo service="youtube" dimensions="900x500" urlargs="modestbranding=1&showinfo=0&controls=0">https://www.youtube.com/watch?v=HDgPeE05wrE</embedvideo>
<embedvideo service="youtube" dimensions="900x500" urlargs="modestbranding=1&showinfo=0&controls=0">https://youtu.be/KOThDGDx4Iw/embedvideo>
* 00:00 Solaris LOP Stage introduction
* 00:00:00 Introduction
* 02:50 LOP node concepts
* 00:01:35 simulation overview
* 09:10 Making a MaterialX shader
* 00:08:40 bringing simulation cache in
* 14:30 Using geometry attributes in MaterialX
* 00:09:42 viewport settings for particles
* 15:30 Using other geometry properties to generate patterns
* 00:16:05 particle density visualized as color
* 24:10 Enabling ACES through the SideFX Labs menu
* 00:27:50 setting up cameras
* 34:40 Modeling a blobby shape
* 00:30:13 adding redshift parms for particle rendering
* 45:10 Adjusting lights and materials for the blobby shape
* 00:31:50 preview rendering
* 1:00:00 Looking at the structure of USD files
* 00:33:30 crop particles to camera frustum
* 1:03:00 Adding studio backdrop geometry
* 00:43:07 adding rect lights
* 1:16:00 Adjusting camera composition and render settings
* 00:52:10 making particle shader
* 01:15:25 starting another color and composition
* 01:36:00 starting another color and composition
* 02:04:00 wrapping up





Revision as of 10:10, 14 September 2022

Samsung s22 Style Particle Rendering

2022 08 23 Karma USD Mtlx.gif

Scene File

Download the Houdini file: 2022_08_23_materialx_USD_008.hiplc

Summary

Starting with a basic FLIP simulation which spins the fluid about the origin and injects turbulence into faster moving areas, we look at techniques to light, shade and render the particles like the recent Samsung s22 campaign.

Over the course of the stream a few different compositions, lighting setups and color treatments are explored as well as PostFX color correcting and grading.

Video On Demand

<embedvideo service="youtube" dimensions="900x500" urlargs="modestbranding=1&showinfo=0&controls=0">https://youtu.be/KOThDGDx4Iw/embedvideo>

  • 00:00:00 Introduction
  • 00:01:35 simulation overview
  • 00:08:40 bringing simulation cache in
  • 00:09:42 viewport settings for particles
  • 00:16:05 particle density visualized as color
  • 00:27:50 setting up cameras
  • 00:30:13 adding redshift parms for particle rendering
  • 00:31:50 preview rendering
  • 00:33:30 crop particles to camera frustum
  • 00:43:07 adding rect lights
  • 00:52:10 making particle shader
  • 01:15:25 starting another color and composition
  • 01:36:00 starting another color and composition
  • 02:04:00 wrapping up


During the live stream, I didn't connect the height to normal node properly which was causing the shading artifacts. To fix this, you can add a normal map node in between the shader connection like so.

Screenshot at 2022-09-09 14-39-32.png

Links

You can read more about using MaterialX in Karma and Solaris here.

The MtlX Standard Surface node is based off of the Autodesk Standard Surface

For more details, see the MaterialX specification on the nodes, functionality and capabilities.

Additional Images