Jump to content

Particle rate by velocity data


Ungoliant

Recommended Posts

Hello people, one question, how can i do particle rate, based in a velocity factor, i have a "variable non defined" issue, can anybody explain me this?

Thanks in advance

Are you talking about the velocity of the emittier? If thats the case, in the birth probability of your Source POP, you can assign a float value for the min and max. Velocity is a vector, so what you probably want is the vectors length. if you put in the prob min and max

length($VX, $VY, $VZ)

this will generate N particles based on the speed of your emitter. you can mult up or down the length() expression as needed.

Edited by SpencerL
Link to comment
Share on other sites

Are you talking about the velocity of the emittier? If thats the case, in the birth probability of your Source POP, you can assign a float value for the min and max. Velocity is a vector, so what you probably want is the vectors length. if you put in the prob min and max

length($VX, $VY, $VZ)

this will generate N particles based on the speed of your emitter. you can mult up or down the length() expression as needed.

Thanks spencer for the fast reply, work great

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...