Jump to content

$HITTIME


Lukich

Recommended Posts

Hi, there. I have the following problem - I have a particle system where particles collide with a certain object. I want the collision object to start emitting particles 3 seconds after the collision. To do that I enabled HITTIME, created an event POP and in the rules of an event put down $FF-$HITTIME>=90. However, when I use the Split with this event in the activation tab, nothing happens. Does anybody know what am I doing wrong?

Thanks a lot

Link to comment
Share on other sites

Hey Lukich,

$HITTIME gives you time, not frame number. So this expression worked for me:

$HITTIME > 0 && $T - $HITTIME > 3

it returns a -1 before hit hit, which is why I had to put in the check against 0.

Both grouping and using event worked.

Cheers,

Jens

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...