Viewport Display

参照

Panel(パネル)

Particle System ‣ Viewport Display

The Display Panel controls how particles are displayed in the 3D Viewport. This does not necessarily determine how they will appear when rendered.

Display As
None(なし)

The particles are not shown in the 3D Viewport and are not rendered. The emitter may be rendered though.

Rendered

Particles are displayed the way they are rendered.

Point (ポイント)

Particles are displayed as square points. Their size is independent of the distance from the camera.

Circle(円)

Particles are displayed as circles that face the view. Their size is independent of the distance from the camera.

Cross

Particles are displayed as 6-point crosses that align to the rotation of the particles. Their size is independent of the distance from the camera.

Axis(座標軸)

Particles are displayed as 3-point axes. This is useful if you want to see the orientation and rotation of particles in the viewport. Increase the Display Size until you can clearly distinguish the axis.

注釈

Particles visualized like Point, Circle, Cross and Axis do not have any special options, but can be very useful when you have multiple particle systems at play, if you do not want to confuse particles of one system from another (e.g. in simulations using Boids physics).

Color(カラー)

The Color Menu allows you to display particle's color according to certain particle properties.

None(なし)

Particles are black.

Material(マテリアル)

Particles are colored according to the material they are given.

Velocity (速度)

Color particles according to their speed. The color is a ramp from blue to green to red, Blue being the slowest, and Red being velocities approaching the value of Max or above. Increasing Max allows for a wider range of particle velocities.

Acceleration

Color particles according to their acceleration.

Amount(量)

Specifies the percentage of all particles to show in the viewport (all particles are still rendered).

Show Emitter

Make instancer visible in viewport.