Search - User list
Full Version: Particle Position
Root » Houdini Learning Materials » Particle Position
ferilous
hey everyone, i have a one silly question, the thing is as you can see on the image i have created noise offset for this sphere and infected attribute for the points, so how am i suppose to stop the points from moving and make them static with VEX when they get red color? THANKS!
Andr
vector red = set(1, 0, 0);
if(@Cd == red)
{
@P = @P;
}


Hey, It might be very wrong, always try to provide a simple project file.
More chances to get some help and easier for the others to understand the problem.

Cheers
ferilous
Andr
vector red = set(1, 0, 0);
if(@Cd == red)
{
@P = @P;
}


Hey, It might be very wrong, always try to provide a simple project file.
More chances to get some help and easier for the others to understand the problem.

Cheers
i tried it and it's not working, i just attached hip file under the picture
BabaJ
Just do another solver after your attribute transfer node like this.
ferilous
BabaJ
Just do another solver after your attribute transfer node like this.
Thanks! That's smart
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB