geoConnector attributes
 
 
 
Resilience

Sets how much rebound occurs. A value of 0 makes particles collide with no bounce. A value of 1 causes particles to rebound fully. A value between 0 and -1 makes the particles pass through the surface with refraction out the back side. Values greater than 1 or less than -1 add speed to the particles.

Friction

Sets how much the colliding particle’s velocity parallel to the surface decreases or increases as it bounces off the collision surface.

A value of 0 means that particles are unaffected by friction. A value of 1 makes particles reflect straight off along the normal of the surface. If Resilience is 0 while Friction is 1, the particles don’t bounce.

Only values between 0 and 1 correspond to natural friction. Values outside this range exaggerate the response.

Particle Collision Event

Set Event Name

Specifies the name of the event so you can identify it for editing later.

All Collisions

By default, the event occurs each time a particle in the object collides with the geometry, whether or not it’s a repeat collision. If you want the event to occur only on a specific collision, for instance, on a second (repeat) collision, turn off All Collisions and set the Collision Number to the desired value. For example, if you set the Collision Number to 2, the event happens on each particle’s second collision.

Emit

When on, colliding particles emit new particles. The number of particles is specified in the Num particles box. The new particles start with an age of 0 and have the point render type by default.

Split

When on, colliding particles split into new particles. The number of particles is specified in the Num particles box. The new particles inherit the current age of the particles that split. The new particles have the Points render type by default.

When you turn on Emit or Split, you can set the following attributes.

Random # Particles

When off, the particles will split or emit the number of particles in Num particles. When on, a random number between 1 and the number specified in Num particles is used.

Num particles

Number of particles that are split or emitted.

Spread

Sets the angle of a conical region where the particles are emitted randomly. You can enter a value between 0 and 1. A value of 1 means 180 degrees.

Target Particle

Specifies the particle object whose attributes are used by the new particles. (The new particles become part of this object.) The target can be an existing particle object or a new particle object. If you don’t specify a target, a default name is assigned. To use the original particle object’s render type, specify that object as the target.

Inherit Velocity

Sets how much velocity of the original particle is inherited by the new particles after collision.

A value of 0 means the new particles do not inherit the velocity of the original particle and do not bounce. A value of 1 means the new particles inherit all the velocity of the original particles, so the particles bounce. Values between 0 and 1 create a diminished bounce.

To make the new particles collide with the same surface, you must do the steps in Make particles collide with a surface.

Note

You can use the following attributes to execute a MEL script or make particles die regardless of whether you are emitting or splitting particles. You can also apply multiple events to the same particle object to create various simultaneous effects.

Original Particle Dies

Makes particles disappear upon collision.

Event Procedure

Lets you specify the name of a MEL procedure to be executed upon particle collision. Do not use a .mel extension in the name. You’re specifying a procedure, not a script name. You must create and source a MEL procedure before the collision event occurs; see Make particles collide with a surface.