Shaping Subdivision Meshes with Curves

calendar_today

18.08.2023

label

Organic

mouse

Houdini 19.5

Description

Smoothly interpolating a subdivided box through a set of closed curves to get a parametric and smooth subdivision mesh.

1 Code

C
        int num = nprimitives(1);
vector pos[] = {};

vector p = prim(1, 'P', 0);
append(pos, p);

for(int i = 0; i < num; i++){
    p = primuv(1, 'P', i, v@uv);
    append(pos, p);
}

p = prim(1, 'P', num - 1);
append(pos, p);

v@P = spline('bspline', v@uv[1], pos);
    
download

Downloads

smart_display

Videos

Shaping Subdivision Meshes with Curves – Houdini Tutorial

link

Related articles

favorite

246

label

Organic

Banana from Sweep SOP

favorite

152

label

Organic

Static Cloth and Soft Body Solver

favorite

166

label

Organic

Collision Deformer with Wrinkles

favorite

221

label

Organic

Damaging surfaces using volume noise

favorite

126

label

Organic

Dinosaur from curves inside volumes

favorite

176

label

Organic

Donut with sprinkles