Houdini 20.0 Nodes VOP nodes

Hair Shader 2.0 VOP node

A powerful, highly flexible, general model for hair/fur shading.

On this page
Since 16.0

Overview

This node is a fully featured model of hair/fur shading. It gives you control over highlights, glints, and back-lighting, which are the essential visual components of real hair. Similar to the Surface Model, the Hair Model computes direct lighting (from light sources) and indirect lighting (lighting bouncing off other objects in the scene).

This node is intended to be the starting point for hair/fur shader networks. Since the Hair Model itself takes care of lighting and simulates most physical properties, simply connecting the Hair Model VOP to the output would create an “uber-shader” capable of simulating most hair/fur surfaces.

For more information on building a material shader with VOPs, see creating materials.

Advantages of the Hair Model

  • Physically-based hair model

  • Works with PBR, ray-tracing, and micropolygon rendering engines

  • Easy-to-use controls for the size and position of highlights

  • Energy conservation

In non-physically based renders, this node adds support for the following:

  • Per-light exports

  • Variance antialiasing support for area lights

  • Variance antialiasing support for raytracing

Tip

Most of the parameters are available as inputs, but are hidden by default. See working with VOPs for information on connecting hidden inputs.

Three light paths: R, TRT, and TT

The hair model takes a physically-based approach to shading hair. It does this by taking into account the different ways that light rays can bounce off of an individual strand of hair.

The hair model simulates three light paths: reflected (primary or R), transmitted-reflected-transmitted (secondary or TRT), and transmitted-transmitted (transmission or TT). The primary path hits the hair and is reflected. The secondary path enters the hair, reflects off the back of the hair, and exits out of the front of the hair. The transmission path enters the hair and exits through the back. The following diagram depicts the paths:

Each light path produces a distinctive visual feature. For example, primary paths tend to be scattered diffusely, resulting in a uniform color. You can think of the primary component as being similar to a diffuse component. In fact, you must have Diffuse Contribution enabled on your light sources to get contribution from the primary light paths.

The secondary component is more directional in nature than the primary component, resulting in highlights. You can think of the secondary component as a specular highlight.

The transmission component controls how much light passes through a hair strand. This makes it useful for controlling the look of hair/fur in situations where the hair/fur is back-lit.

Reflectivity

For a discussion of reflectivity, see the Surface Model.

Reflection and transmission sizes

The size parameters control the angular spread of a reflection or transmission lobe. Low values produce a concentrated lobe that reflects/transmits light over a narrow cone of angles, whereas high values produce a lobe that reflects/transmits light over a wide cone of angles. For example, if you want to produce a diffuse look, use a large size. For a sharp highlight, use a small size.

Reflection and transmission shifts

The shift parameters control the general direction of a reflection or transmission lobe. Values range from -1 (towards the hair’s root) to 1 (towards the hair’s tip). A value of 0 results in a direction perpendicular to the hair. The Reflection Shift parameter on the Secondary Reflection tab is typically most useful for controlling the position of a secondary reflection.

Exporting image planes

This node exports a large number of variables you can use to create extra image planes when rendering to the OpenEXR format. It is often useful for compositing and special effects to have the primary and secondary reflections output by the shader as separate images.

For example, you can export the shader’s direct/indirect/combined diffuse/reflect/refract output, samples, and so on. You can export the total output for each variable, or separate per-light exports.

See the Extra image planes parameter of the mantra render node for more information.

Hair Model VOP vs. the other hair VOPs

The Hair Model VOP combines the effects of the other three hair VOPs: Physically Based Hair (Primary Reflection), Physically Based Hair (Secondary Reflection), and Physically Based Hair (Transmission). This is analogous to the way the Surface Model combines the effects of the Physical Based Diffuse and Physically Based Specular VOPs.

The Hair Model VOP handles higher level functionality such as:

  • Deep raster exports

  • Conservation of energy

  • Opacity

The other Physically Based Hair VOPs simply create BSDFs. You could use them separately, but usually you would want to combine them. The Hair Model VOP uses these BSDFs to get the overall hair effect.

FAQ

Can I use this shader to render hair up close?

Not too close. This shader looks best when the width of individual hair/fur strands is less than a pixel. If you want to render hair at a microscopic level try using the Surface Model VOP.

Why do my hairs look flat?

Houdini renders hair as flat geometry facing the camera. This works fine as long as the camera is far enough away from the hair. If this is not the problem, try creating a sharp highlight using the Secondary Reflection.

What do the glint controls do?

The glint controls create sharp highlights in the hair’s BSDF that look like bunny ears. See the image above in Three light paths: R, TRT, and TT for a depiction.

How can I make hair that looks less greasy?

Try reducing the hair width and increasing the hair density. Sometimes when the hair strands are too wide, they take on an oily appearance.

How can I reduce aliasing and noise in my animations?

First, determine what is causing the aliasing/noise. For example, it could be the shadow map or specular reflection. Render using Extra image planes to see which channels contain aliasing/noise. If you're using shadow maps, try increasing the resolution and pixel samples. Increase the pixel samples on your output driver as well. Adding some motion blur can help smooth the animation.

Should I use shadow maps or raytraced shadows?

Either method will work. Try testing each to see which renders more quickly in your scene. If you are rendering a static scene, shadow maps will be faster.

Parameters

Conserve Energy

Ensures that the surface reflects no more light than it receives. This is important in physically based rendering and raytracing to ensure the illumination in the scene does not increase as the number of raytracing bounces increases. For example, a surface that reflects twice as much light as it receives (by turning off Conserve Energy and setting the Reflection Intensity to 2) would produce a unnaturally bright render as you increase the Reflect Limit.

This setting conserves energy by scaling the BSDF by the inverse of its reflectivity when the node detects the reflectivity is greater than 1. This reduces all components of the surface model by the same factor, linearly darkening the surface.

You can calculate the total reflectivity of a surface by summing the Reflection Intensity of the primary and secondary reflections with the Transmission Intensity. For predictable results, you should try to conserve energy manually by limiting the intensity or reflectivity parameters.

Enable Fake Rounding

Enables an inexpensive tweak to make curves appear rounded across their width like tubes. This trick depends only on the curve s coordinate and is independent of lighting - so specular highlights will not move across the width of the curve when lighting changes.

Max Ray Distance

For reflections and refractions in non-PBR renders, treat rays that travel farther than this distance (in Houdini world space units) without intersecting any geometry as missed rays.

Primary Reflection

This tab controls primary reflection, the overall color of the surface. The default values reflect 40% of the incoming light.

Enable Primary Reflection

Enables primary reflection.

Reflection Intensity

The proportion of incoming light reflected back as the primary component, from 0 (no reflection) to 1 (all incoming light is reflected).

Reflection Color

The color reflected by the object (the reflectivity of red, green, and blue color components).

Reflection Size

Controls the angular spread of the reflection component. See Reflection and Transmission Sizes above for details.

Reflection Shift

Controls the angular shift of the reflection component. See Reflection and Transmission Shifts above for details.

Secondary Reflection

This tab contains parameters for secondary reflections (similar to a specular reflection). When turned on, the surface will reflect light proportional to the Reflection Intensity. With secondary reflections, light is reflected in a more concentrated manner, and in a particular direction. This makes the effect more sensitive to changes in light and viewing direction.

In addition to the usual intensity, color, size, and shift controls, the Secondary Reflection tab introduces extra controls for adding glints. These glints, or bright spots, are really caustics formed by internally reflected light. They appear in pairs at critical angles, perpendicular to the hair. The glints are symmetrical about the incident light angle.

Enable Secondary Reflection

Enables a highlight, which can also be thought of as a secondary, or specular, reflection.

Reflect Lights

Light sources (including environment lights) will be reflected. Light source reflections are commonly known as Specular Highlights.

Reflect Objects

Reflect other objects in the scene, using raytracing.

Reflection Intensity

The proportion of light that is reflected in the secondary reflection, from 0 (no light reflected) to 1 (all light is reflected. The default is 0.2 (20%).

Reflection Quality

The sampling quality for raytraced secondary reflections. Larger values will cause more raytracing samples to be sent for the reflection, increasing quality but also shading time.

Reflection Color

The tint of the secondary reflection (the reflectivity for the red, blue, and green color components). For example, setting the reflection color to 1, 0, 0 will reflect only red light.

Reflection Size

Controls the angular spread of the secondary reflection. See Reflection and Transmission Sizes above for details.

Reflection Shift

Controls the angular shift of the secondary reflection. See Reflection and Transmission Shifts above for details.

Glint Intensity

The relative size of the glints compared to the reflection. Higher values result in brighter glints.

Glint Size

Controls the angular spread of the glint components. See Reflection and Transmission Sizes above for details.

Glint Shift

Controls the angular separation of the two glints. Values near 0 result in two overlapping glints, and larger values result in two distinct glints.

Transmission

This tab contains parameters for transmission (light passing through the hair). When turned on, the surface will transmit light proportional to the Transmission Intensity.

Enable Transmission

Turns on simulation of light passing through the hair.

Transmit Lights

Light sources (including environment lights) will be transmitted.

Transmit Objects

Transmit other objects in the scene, using raytracing.

Transmission Intensity

The proportion of light transmitted through the surface, from 0

(no light transmitted) to 1 (all incoming light is transmitted).

Transmission Quality

Sampling quality for raytraced transmission. Larger values send more raytracing samples.

Transmission Color

A tint for the transmitted light, the transmission amount for different color components. For example, setting the transmission color to 1, 0, 0 will cause the surface to transmit only red light.

Transmission Size

Controls the angular spread of the transmission component. See Reflection and Transmission Sizes above for details.

Transmission Shift

Controls the angular shift of the transmission component. See Reflection and Transmission Shifts above for details.

Opacity

The parameters on this tab control the rendered opacity of the surface.

Opacity Scale

Scales the value of the Opacity Color parameter. This is useful as a single number to manipulate rather than having to change all three components of the Opacity Color parameter together.

Opacity Color

The opacity for each color component.

Enable Fake Caustics

Transmissive objects produce semi-transparent shadows that attempt to approximate the amount of light that would be transmitted if real caustics were rendered. If you are rendering real caustics using an Indirect Light, turn this parameter off.

Min Shadow Intensity

The minimum shadow intensity to use for fake caustics. Increase this to darken the lightest part of the shadow.

Max Shadow Intensity

The maximum shadow intensity to use for fake caustics. Decrease this to lighten the darkest part of the shadow.

Inputs

None of these inputs need to be connected for correct operation of the Hair Model node. When left disconnected, the correspondingly named global variable or attribute will be bound automatically.

P

Surface position, used as the origin for raytracing operations from the surface.

N

Surface normal.

I

Incident ray direction.

tip

Direction of the hair’s tip. If not specified, dPdt is used.

Outputs

The output values can be connected to the output variables in the surface context of the same name.

layer

The shading layer, containing all of the shading components below.

F

The surface BSDF.

Of

The surface opacity.

See also

VOP nodes