ICE Particle Size

 
 
 

The particle size defines how large the particles are. Some compounds use the Size value to help with collision detection or to define motion, such as the Bounce Off Surface or Stick to Surface compound. As well, instance geometry shapes inherit the particle Size value.

TipIf you're having display problems due to the particle size, especially with the wireframe or constant view type, try turning off the Advanced Hardware Particle Display option in your Display preferences (choose File Preferences and click Display). This option activates hardware optimizations for displaying particles, but may cause problems with certain graphics hardware.

Particle Size and Scale Attributes

There are several particle attributes that are used to define particle size. These attributes are used in several compounds that are described in this section, but you can also use them on their own in an ICE tree by specifying them in the Get Data and Set Data nodes, as described in Using ICE Particle Attributes.

For more information on attributes in general, see ICE Attributes [ICE Reference].

Setting the Initial Particle Size

To set the initial particle size

  1. Create a particle emission — see Creating a Basic Particle Emission.

  2. Open an Emit compound's property editor and set a value for the Size parameter, which is the radius of the particle in Softimage units when using spheres or disc shapes (radius is half the diameter).

       

    On the left, particles emitted at the default size value of 0.1.

    On the right, particles emitted at a size value of 0.5.

Randomizing the Particle Size

You add randomness to the Size value so that the particles are not all emitted at the same size. Adding randomness or noise helps the particles look more natural for certain types of effects.

If you're modifying a particle's size, you may want to use the same compound and value to change the particle's mass. Then when forces are applied, the particles act appropriately to their change in size.

TipIf you're using particles as rigid bodies, you should also see Creating an ICE Rigid Body Particle Emission for information on the CollisionSize and CollisionScale attributes.

To add randomness to the particle size

  1. Create a particle emission — see Creating a Basic Particle Emission.

  2. Choose the Particles On Emission Randomize Size command from the ICE toolbar.

    This command adds the Randomize Around Value compound to the ICE tree, plugging it into the Size port of the Emit compound.

  3. In the Randomize Around Value property editor, set the mean (base) value around which the random values are generated according to the variance.

There are also several other compounds on the Task > Particle tab that let you add randomness or turbulence (noise) to the Size value. See Randomizing Particle Values for information.

Sizes of bees are randomized within a certain value range.

Modifying the Particle Size Over Time (Size Shift)

To have a particle change size over its lifetime, you can use the Modify Particle Size compound. This compound modifies the particle size over time using different values and a profile curve. This makes it easy to create a size shift based on different factors such as the particle's age or age percentage, or the length of the simulation.

Particle size is modified based on its age percentage. This creates a size shift.

To change the particle size over time

  1. Create a particle emission — see Creating a Basic Particle Emission.

  2. Click the Task > Particles tab in the preset manager on the left side of the ICE Tree.

  3. Select the Modify Particle Size compound from the Modifiers group, and drag it into the graph area.

    Plug this compound's Execute output into a port on the ICETree node. You can also plug it into any Execute port of other compounds such as Slide on Surface, Bounce on Surface, or Stick to Surface. For example, you can start changing the particle size when it sticks to a surface.

  4. Open the Modify Particle Size property editor and set the properties. The profile curve gives you control over how the particle size changes over time.

    If you use Age Percentage as the Source Parameter, you must first define the particle's age limit using the Set Particle Age Limit compound (see ICE Particle Age).

Creative Commons License Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License