绝子 绝
juejuezi
About Me
Connect
LOCATION
Zhejiang,
Not Specified
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
Could we have better node auto-layout 2024年7月31日9:30
It is not recommended to press "L" on all nodes
Select some nodes that you think are suitable and press "Shift+L"
Select some nodes that you think are suitable and press "Shift+L"
Move selected face primitives along normal in a loop? 2024年7月7日15:45
Thank you, I understand now
In addition, if the cylinder is generated by a line through sweep, I suggest peaking the line first, rather than peaking the prim of the cylinder
Because peaking the lines is more convenient for calculation and can provide more information for future use
In addition, if the cylinder is generated by a line through sweep, I suggest peaking the line first, rather than peaking the prim of the cylinder
Because peaking the lines is more convenient for calculation and can provide more information for future use
Move selected face primitives along normal in a loop? 2024年7月7日15:09
I'm sorry I didn't understand your meaning, but I guess you need this
I don't understand why the house needs to move every prim
You can use Peak SOP and VEX
```vex
int it = detail(1,'iteration',0);
int seed = 5;
f@dist = fit01(rand(it + seed),-1,1);
```
```
detail(0,'dist',0)
```
I don't understand why the house needs to move every prim
You can use Peak SOP and VEX
```vex
int it = detail(1,'iteration',0);
int seed = 5;
f@dist = fit01(rand(it + seed),-1,1);
```
```
detail(0,'dist',0)
```