Doc:2.6/Manual/Physics/Particles/Physics

提供: wiki
< Doc:2.6‎ | Manual‎ | Physics‎ | Particles
2018年6月29日 (金) 04:37時点におけるYamyam (トーク | 投稿記録)による版 (1版 をインポートしました)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Particle Physics

Image 1: Physics types.

The movement of particles may be controlled in a multitude of ways. With particles physics: there are five different systems:

None It doesn’t give the particles any motion, which makes them belong to no physics system.
Newtonian Movement according to physical laws.
Keyed Dynamic or static particles where the (animated) targets are other particle systems.
Boids Particles with limited artificial intelligence, including behavior and rules programming, ideal for flocks of birds or schools of fishes, or predators vs preys simulations.
Fluid Movement according to fluid laws (based on Smoothed Particle Hydrodynamics technique).

Additional ways of moving particles:

  • By softbody animation (only for Hair particle systems).
  • By forcefields and along curves.
  • By lattices.

Here we will discuss only the particle physics in the narrower sense, i.e. the settings in the Physics panel.

Velocity

Image 3: Initial velocity.

The initial velocity of particles can be set through different parameters, based on the type of the particle system (see Particle System tab). If the particle system type is Emitter or Hair, then the following parameters give the particle an initial velocity in the direction of…

Emitter Geometry

Normal
The emitter’s surface normals (i.e. let the surface normal give the particle a starting speed).

Tangent

Let the tangent speed give the particle a starting speed.
Rot
Rotates the surface tangent.

Emitter Object

Align X,Y,Z
Give an initial velocity in the X, Y, and Z axes.
Object
The emitter objects movement (i.e. let the object give the particle a starting speed).
Random
Gives the starting speed a random variation. You can use a texture to only change the value, see Controlling Emission, Interaction and Time).

Rotation

Image 4: Particles rotation.

These parameters specify how the individual particles are rotated during their travel. To visualize the rotation of a particle you should choose visualization type Axis in the Visualization panel and increase the Draw Size.

Initial Rotation Mode
Sets the initial rotation of the particle by aligning the x-axis in the direction of:
None
the global x-axis.
Normal
Orient to the emitter’s surface normal, the objects Y axis points outwards.
Normal-Tangent
As with normal, orient the Y axis to the surface normal.
Also orient the X axis to the tangent for control over the objects rotation about the normal. requires UV coordinates, the UV rotation effects the objects orientation, currently uses the active UV layer.
This allow deformation without the objects rotating in relation to their surface.
Velocity
the particle’s initial velocity.
Global X/Global Y/Global Z
one of the global axes
Object X/Object Y/Object Z
one of the emitter object axes.
Random
Randomizes rotation.
Dynamic
If enabled, only initializes particles to the wanted rotation and angular velocity and let’s physics handle the rest. Particles then change their angular velocity if they collide with other objects (like in the real world due to friction between the colliding surfaces). Otherwise the angular velocity is predetermined at all times (i.e. set rotation to dynamic/constant).
Phase
Initial rotation phase
Random
Rand allows a random variation of the Phase.
Angular Velocity
The magnitude of angular velocity, the dropdown specifies the axis of angular velocity to be
None
a zero vector (no rotation).
Spin
the particles velocity vector.
Random
a random vector.

If you use a Curve Guide and want the particles to follow the curve, you have to set Angular Velocity to Spin and leave the rotation on Constant (i.e. don’t turn on Dynamic). Curve Follow does not work for particles.

Common Physics Settings

Size
Sets the size of the particles.
Random Size
Give the particles a random size variation.
Mass
Specify the mass of the particles.
Multiply mass with particle size
Causes larger particles to have larger masses.

No Physics

At first a Physics type that makes the particles do nothing could seem a bit strange, but it can be very useful at times. None physics make the particles stick to their emitter their whole life time. The initial velocities here are for example used to give a velocity to particles that are effected (or affected?) by a harmonic effector with this physics type when the effect of the effector ends.

Moreover, it can be very convenient to have particles at disposal (whose both Unborn and Died are visible on render) to groom vegetation and/or ecosystems using Object, Group or Billboard types of visualization.

Field Weights

The Field Weight Panel allows you to control how much influence each type of external force field, or effector, has on the particle system. Force fields are external forces that give dynamic systems motion. The force fields types are detailed on the Force Field Page.

Effector Group
Limit effectors to a specified group. Only effectors in this group will have an effect on the current system.
Gravity
Control how much the Global Gravity has an effect on the system.
All
Scale all of the effector weights.

Force Fields

The Force Field Settings Panel allows you to make each individual act as a force field, allowing them to affect other dynamic systems, or even, each other.

Self Effect
Causes the particle force fields to have an effect on other particles within the same system.
Amount
Set how many of the particles act as force fields. 0 means all of them are effectors.

You can give particle systems up to 2 force fields. By default they do not have any. Choose an effector type from the dropdowns to enable them. Settings are described on the Force Field Page.