PaQ WaK

PaQ WaK

About Me

CG generalist / Tech-Art @Gameloft Montreal.
EXPERTISE
Generalist
INDUSTRY
Gamedev

Connect

LOCATION
Canada

Houdini Skills

Availability

Not Specified

Recent Forum Posts

For each Loop and using attributes on the outside. July 25, 2024, 7:38 p.m.

Hello

If all you do is transforming the object you want to copy, you don't need to use a loop at all.
"Just" set the appropriate attribute on the point cloud (pscale,scale,N,up,orient etc).

Here's an example of a fountain type emitter, where the boxes a aligned to the velocity, and scaled by the velocity length.
The random hscript expression can be replaced by "rand(@ptnum)" in vex, that will return a random float based on the particle id for example.

How to cut primitive only vertically July 6, 2024, 6:42 p.m.

Once oriented/aligned to the origin you can chose whatever strategy you want to do the slice. There might be some flow how I orient the plane tho, but without any context it's hard to understand. You can also pre-uv those windows so it's easier to work on them later on.

Gradually increase twist in a for loop July 5, 2024, 2:58 p.m.

It's the spare input link I added in the twist so I can use an expression to compute the capture length.
( bbox(-1,D_ZSIZE))

-1 mean the first space input.