Particle Systems Flashcards

1
Q

What does a Particle system do

A

It stimulates and renders many small images or meshes, called particles, to produce a visual effect.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How does the Particle system work

A

Each particle in a system represents an individual graphical element in the effect.
The system simulates every particle collectively to create the impression of the complete effect

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are particle systems good for

A

Particle systems are good for when you want to create dynamic objects like fire, smoke, rain liquids because it’s difficult to depict this kind of object with a mesh(3D) or sprite(2D)
Mezhes and sprites are better at depicting solid objects such as a house or car.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

In Unity you get. (relating to particle systems)

A

A Built in Particle system and a visual effect graph

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are image effects

A

Image effects are standard assets that provide a quick, simple way to change the look of your game
Image effects in Unity work by providing an extra post processing pass per frame manipulating the pixel context to alter the image.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Are image effect resource intensive

A

That is true. The more image effects you add, and heavier you process your images, the lower your framerate is likely to be as a result

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Where can you get particle effects images

A

From the Unity asset store and other places online. Or you could make your own
Ie, Bloom, depth of field, tone mapping, color correction

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Particle system components

A

Particle system components simulates fluid entities such as liquids, clouds, flames etc. By generating and animating large number of small 2D images in the scene

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Modules in Particle systems

A
Each module can be expanded and collapsed and there is a checkbox that can be used to enable or disable functionality of the properties in that section
The open editor button shows the options In a separate window.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

The resimulate checkbox

A

The resimulate checkbox determines whether or not property changes should be applied immediately to particles already generated by the system, or left as they are.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Particle system options

A

Emissions, shape, velocity over lifetime and limit, inherit velocity, force over lifetime, color over lifetime, color by speed, size over lifetime, size by speed, external forces, collisions, sub emitters, texture sheet animations, renderer, can change the shape in which the particles travel, cone, sphere, etc, and gravity, drops to the ground fast which is high gravity or floats around which is low gravity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly