Jump to content

A total noob particle question


Ezz

Recommended Posts

if you click on the "?" of the location node you'll find the help for this:

Birth

This operator has two methods for emitting particles. You can use these methods together or separately:

*Impulse creates a certain number of particles each time the node cooks.

*Constant creates a certain number of particles per second.

Impulse Activation

Turns impulse emission on and off. Impulse emits the number of particles in the Impulse birth rate below each time the operator cooks. A value of 0 means off, any other value means on.

Impulse Birth Rate

Number of particles to emit each time the node cooks (when Impulse activation is on).

so put

Impulse Activation = 1 on frame 1, 0 on frame 2

Impulse Birth Rate = 13

hit play and you'll see 13 particles created on frame 1

always read the help files and load the example files and play with the parameters...

Link to comment
Share on other sites

Hey Michael.

Thanks for your reply.

My problem is that I want a condition to control the Impulse Activision. But I cant use other

local variables like $F, $FF, $T etc.

Say I want the emission to stop if $ID >= 13

When I typing that I get an error.

Well I could use a KillPOP instead, but I thought there migth be a method to do that directly in the LocationPOP.

Erik

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