Theobald Beyer

Ardor

About Me

専門知識
Developer
INDUSTRY
Gamedev

Connect

LOCATION
Germany
ウェブサイト

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Geometry Level TOP network in HDA in UE4 2019年6月6日6:03

Thanks a lot, that worked! At least in Houdini, in UE4 it still does not give any output though, I'll investigate further.

Edit: looks like I messed up my private and work accounts, but same person as D30515

different random values for (seemingly) identical seed 2019年5月12日10:39

Hello everyone,
I am using a attribute wrangle node to move some points randomly. Points with the same y value however should be moved the same amount. To achieve this I feed @P.y into the rand() function.
Unfortunately this gives me different values for some of the points and I don't understand why. I saved the seed and rand() values as attributes to the points to look at them. This is the code I used:

f@seed = float(@P.y);
f@rnd = rand(@seed);

I attached the out
Image Not Found

come