Learn how to render Motion Vector AOVs ( render pass ) in Houdini using a simple technique...

Code:
float speed = length(@v); ( length of velocity )
speed = fit(speed, ch("min_speed"), ch("max_speed"), 0, 1);
( remap values using fit function )
@Cd = chramp("speed_color", speed); ( assign color to fit value )

Pyro:
for pyro, There is a slightly different process check this image Click Here


COMMENTS

  • There are currently no comments

Please log in to leave a comment.