绝子 绝

juejuezi

About Me

Connect

LOCATION
Zhejiang, Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

I need to extrude edge loop called "contour_01" April 23, 2024, 2:25 p.m.

Extrusion mode - Point Normal - Attribute - "pexN"

Not
Distance - "pexN"

I need to extrude edge loop called "contour_01" April 22, 2024, 2:13 p.m.

Staglaitor
juejuezi
poly extrude : Extrusion mode - Point Normal - Attribute - "pexN"



I couldn't reproduce your method - any suggestion??

PS
I just begin to learn houdini


The input box does not need to be green. You should (Ctrl + Shift + Left Click) on this input box to make it black

The input content is "pexN", not "@pexN", I use pexN instead of N just to not occupy N, because the original N will still be useful in the future and I don't want to overwrite the value

"poly frame" ,"orientalongcurve" ,"normal" nodes can control normal direction

For your current needs, using Vex to control normal is better

I need to extrude edge loop called "contour_01" April 22, 2024, 9:32 a.m.

point wrangle after remesh1
```
v@pexN = {0,-1,0};
```

and then
poly extrude : Extrusion mode - Point Normal - Attribute - "pexN"