Particle Emitter

From VisionaireWiki
Revision as of 23:58, 25 March 2006 by Timo (talk | contribs) (→‎Velocity)
Jump to navigation Jump to search

General

17 Par6 e.jpg

In the flag "Emitter" the settings for the emitter ("source of particle") are choosen, which concern the formation of the particles: The primary color, speed, direction, etc.

Number of particles

(The change of this setting will restart the system!)

This is the maximum number of particles which can "live" at the same time but it is not necessarily the number of existent particles at any time. This is dependend on to the created particles BY TIME and their endurance. The setting number of particle is a upper limit, the ressouces are only "reserved".

If the upper limit is reached, the emitter stops the creation of new particles until particles "die" and resources run clear. So an emitter can be configured, that it creates particles batch-wise.

New per time

New particles per time-unit. A time-unit takes 15ms, so there are 66 of them per second. If you fill in a 1 in this field, 66 particles per second will be created. If an endurance of 66 time-units is configured, you get a particle-system with 66 particles at any time.

Type of emitter

There are two types of emitters: Point- and space-emitter.

17 Par5.jpg

Left figure: Point-emitter, Right figure: Space-emitter

17 Par12 e.jpg

  • Point-emitter: All particles will be created inside this point. From there they will be sent into the opening-volume of the set direction.
  • Space-emitter: The particle is created at a random point inside the space. The opening-volume and the direction start at this point.

Enlargement

(only for type of emitter space)

17 Par13.jpg

Defines the enlargement of the area where the particles are created. The three axes are set as you see it on the picture right hand. X- and Y-axis are in the screen-layer and Z shows to the monitor.

If the enlargement of one of the axis is set to 0, a surface is created as an emitter. If two enlargements are set to 0 a straight line will be created inside the area. If all enlargements are set to 0 a point-emitter is created. It's easier to do with the type of emitter point-emitter.

Handling of the input field for numbers with decimal places

17 Par16 e.jpg

The enlargement of an emitter and many other variables will be set by this special input field.

These input fields are handled with the mouse because handling with the keyboard would be too complicated.

  • Left mouseclick inside an area of the input field increases the number. Left mouseclick on the tens column would increase the numerical value by 10.
  • Right mouseclick decreases the value of the number
  • Mouse wheel up and down increases/decreases the value of the number at this position.

Position

(of the emitter)

Sets the position of the emitter inside the area. Adjustment of the coordinate axis like TODO

Opening Angle

see Basics: Opening Angle

Direction angle

see Basic: Direction angle

Velocity

Defines the minimum and maximum velocity of every new particle. Every new particle gets a random beginning-velocity.

Information: If you want the particle-system to work faster with the same mode it is not only sufficient to change the velocity. You also have to decrease the endurance otherwise the particles fly farther in the same span of life. If you want to double the velocity of a system without changing the mode you have to double the initial velocity and halve the endurance.

Min./Max. Life

Minimum and maximum span of life. The span of life of a particle is set to a random value inside the maximum/minimum area.

Size of particles

Indicates the minimum and maximum size of a new particle. A random size inside this area is assigned to every new particle.

Min./Max. color

17 Par22.jpg

Illustration: RYB-range of colors (also known as ryb cube)

Minimum and maximum color. The final color arises at random on the straight line which associates the two defined colors of the RYB-range of colors.

It is a color gradient that you would expect intuitively. It's the same result like if you would merge different amounts of light to the adjusted colors.

Handling of the input fields of colors

17 Par23.jpg

With this GUI-element you can choose a color of the ryb/hsv-range of colors.

Explanation of the range of colors:

  • RYB-range of colors - This range of color is spanned by the axes of a kartesian (rectangular) coordinate system, where red, green and blue are applied. It is hardware orientated, monitors recompose colored pixels of red, green and blue. Calculating a tone is very easy with this range of colors, bus finding a color is not very intuitive.

17 Par24.jpg

  • HSV-range of colors - this range of colors is more geared to the cognition and imagination of the people. The coordinate system is cylindrical, the range of color has got the form of a six-sided conus standing on the peak.
    • Hue (H) - pointed up by an angle, red at 0°, green at 120°, etc.
    • Saturation (S) - 0.0 means absolutely colorless, 1.0 stands for completely saturated colors. The unsaturated "colors" are situated at the perpendicular bisector of the side - the gray tones.
    • Value (V) - 0.0 means black, 1.0 shows the brightest stage of a color.
Note: By changing the range of colors, from RYB to HSV rounding errors could happen - but dont panic: it's normal. ;o)

Handling of the GUI-elements:

Inside of our input field red, green, blue as well as hue, saturation and value are apped onto the range of values 0-255.

If you click into one of the color value fields a color gradient will be shown that demonstrates which colors are possible by changing the value. Leftmost you see the the color which wil be created if you change the value to 0, rightmost the color if the value is set to 255. The current color is marked by a vertical line.

This value can be changed by dragging the mouse with pressed kept mouse-button. The effect is directly visible.