Layering slices on a mesh surface

calendar_today

25.12.2022

label

Modeling

mouse

Houdini 19.5

1 Description

Layering slices inwards of a mesh surface using a sine waved SDF volume and noise with offsets for each layer.

2 Explosion

Arranging the pieces based on the class attribute using the modulo() and floor() function.

v@P.x += (i@class % 10) * 0.2;
v@P.y -= floor(i@class / 10.0) * 0.4;
download

Downloads

smart_display

Videos

Layering Slices using Volumes - Houdini Tutorial