← Back to modelling
Houdini Modelling Info Dump
29 Jun 26 (Today)
General
- using boolean union instead of a merge fusion
- merge + fuse is not the same as as add node or using boolean union set to surface.
- you can daisy chain a union or just merge the first one then use the union . solid to surface.
polyfill, then blast patch: addprim(0, "polyline", 0, 2);
addprim(0, "polyline", 1, 3);
addprim(0, "polyline", 1, 0);
addprim(0, "polyline", 3, 2);