
RAFAEL TOMAZZI
rtmzzi
About Me
EXPERTISE
Generalist
INDUSTRY
Film/TV
Connect
LOCATION
montreal,
Canada
WEBSITE
Houdini Skills
Availability
Not Specified
Recent Forum Posts
Heightfield tile split with for loop Oct. 2, 2025, 8:24 p.m.
animatrix_Hi, Beginner User here, also my first postWaveRacer27animatrix_
Hi,
You can reference the for loop iteration inside the Tile Number parameter like this:
Hi animatrix_,
Thanks for showing an example of the loop iteration. I was wondering how did you display all the bounding boxes being assigned to all tiles? I was only able to get one bounding box visible while using the $F expression for the Tile Split node's Tile Number parameter.
Hi,
Inside the for loop I access the iteration attribute from the meta node and merge each of them together.
Did you hook the the iteraction like this? I set my for each iteraction (by count), then in iteractions parameter I multiplied the with ch(../tileheightfieldx) * ch(../tileheightfieldy), is this the good approach?