Particle Basics: Difference between revisions

From VisionaireWiki
Jump to navigation Jump to search
Line 17: Line 17:
A timestep has got 25ms. If the number in brackets reaches regularly 25, the calculating and drawing takes less than 1ms on your personal computer.
A timestep has got 25ms. If the number in brackets reaches regularly 25, the calculating and drawing takes less than 1ms on your personal computer.


<font class="important">Attention</font>:: If you exploit the power reserve of your computer completely with the particle system, no more time for the presentation of the game-graphics remains. The game-projector will react with a jerking particle system or if the worst comes to the worst with a jerking game.
<font class="important">Attention</font>: If you exploit the power reserve of your computer completely with the particle system, no more time for the presentation of the game-graphics remains. The game-projector will react with a jerking particle system or if the worst comes to the worst with a jerking game.
 
{| id="AutoNumber2" style="border-collapse: collapse" width="100%" border="1" cellpadding="4" bgcolor="#FF9999"
| width="100%" |
<font class="important">Attention!  The measured values are approximate benchmarks.</font>
 
If you're running many background tasks or foreground windows (ICQ, Trillian, Winamp, etc...) overlap the editor, the significance of the measured values is limited, because they demand calculating time of the computer system and slow down the calculating process of the editor. Depending on your graphic card the calculating can also be retrused because of a desktop resolution beeing larger than your visionaire game in full window.
|}
----
 
The particle-systems all work after the same principle:
* Particles are generated (that means they are gleamed by an emitter)
* They move and change over a calculated lifetime
* and after all they are removed
 
The form of the particle-system will be defined by the <font class="keyword">opening angle</font> of the emitter, by the <font class="keyword">direction</font> of the radiation and by its own <font class="keyword">form</font>.

Revision as of 22:30, 25 March 2006

screen layout

Every single particle-system can consist of several particle-emitters. On the left side of the screen the parameters of the particle-system are shown, on a second flag some parameters of the choosen particle emitters can be adjusted. The big preview area right hand shows the particle system as it will appear in the game.

Emitter belong to a particle-system like the objects belong to a game-scenery. As usual you find them down left. You have to create one particle-emitter at least so that something appears. (please see the figure below).

17 Par30 e.jpg

Attention: Aspect ratio and resolution of the preview area do not come up exactly to your game, because they are assigned by the resolution of the desktop and the size of the editor-window.

Below the area of parameters you find two measured values of the active particle-system:

17 Par31.jpg

  • Average particles: Number of particles that are currently "living" at the moment. The number may be below the maximum number of particles, depending on how much particles per time are generated and die.
  • Average FPS: Tells us how many pictures per second are rendered. This number should be mostly about 40, if it is clearly below your personal computer is swamped with calculating the particle system. The number in brackets shows us how much balance time in ms per time step exists. It can therefore be considered as an approximate dimension for the power reserve of the system.

A timestep has got 25ms. If the number in brackets reaches regularly 25, the calculating and drawing takes less than 1ms on your personal computer.

Attention: If you exploit the power reserve of your computer completely with the particle system, no more time for the presentation of the game-graphics remains. The game-projector will react with a jerking particle system or if the worst comes to the worst with a jerking game.

Attention! The measured values are approximate benchmarks.

If you're running many background tasks or foreground windows (ICQ, Trillian, Winamp, etc...) overlap the editor, the significance of the measured values is limited, because they demand calculating time of the computer system and slow down the calculating process of the editor. Depending on your graphic card the calculating can also be retrused because of a desktop resolution beeing larger than your visionaire game in full window.


The particle-systems all work after the same principle:

  • Particles are generated (that means they are gleamed by an emitter)
  • They move and change over a calculated lifetime
  • and after all they are removed

The form of the particle-system will be defined by the opening angle of the emitter, by the direction of the radiation and by its own form.