ParticleSystemEditor

Version 4 (dnk-88, 11/08/2011 10:27 pm)

1 1 dnk-88
h1. Particle System Editor
2 1 dnk-88
3 1 dnk-88
h2. Describes
4 1 dnk-88
5 1 dnk-88
Most game projects use special effects such as: smoke, rain, snow, fire, explosions, magic fx, etc. To create these special effects it is convenient to use a particle system ( http://en.wikipedia.org/wiki/Particle_system ). Ryzom Core using the NeL engine provides a special editor called Object Viewer to create particle systems.
6 3 dnk-88
When working with particle systems it is useful to know the following terms:
7 1 dnk-88
    
8 1 dnk-88
Attrib maker edition widget - attribute maker is the object that can produce an attribute following some rule. This allow, for example, creation of a color gradient, or color flicker, size strectching and so on...
9 1 dnk-88
10 2 dnk-88
h3. Workspace
11 1 dnk-88
12 1 dnk-88
Container for the particle systems.Has the following actions available:
13 1 dnk-88
14 1 dnk-88
New
15 1 dnk-88
Load
16 1 dnk-88
Unload
17 1 dnk-88
Save
18 1 dnk-88
Save as
19 1 dnk-88
Insert
20 1 dnk-88
New
21 1 dnk-88
Reset
22 1 dnk-88
23 2 dnk-88
h3. Animation Dialog
24 1 dnk-88
25 3 dnk-88
Play/Stop - ...
26 3 dnk-88
Loop - ...
27 3 dnk-88
Display bbox - ...
28 3 dnk-88
Display helpers - ...
29 3 dnk-88
All particle systems - Play all particles systems.
30 3 dnk-88
Enable auto count - In this mode, when a particle is spawned, it is guaranteed to be  created. Particle arrays are resized accordingly. This helps to tune the size of arrays that contain particles. (This is well adapted for editing?)?, but shouldn't be used at runtime because array reallocation costs much performance. When the system is  modified by the user, he should click 'Reset auto count' button, so that the array will match the current number of particles. This is useful if the user modified the system causing a decrease in particle number.
31 3 dnk-88
Reset auto count - ...
32 1 dnk-88
33 2 dnk-88
h3. Particles of system
34 1 dnk-88
35 3 dnk-88
*Integration*
36 1 dnk-88
Enable load balancing - ...
37 1 dnk-88
Accurate integration - enables a more accurate integration of movement. When activated, integration is performed in a more accurate way when the ellapsed time goes over a threshold, but it is slower to perform.
38 1 dnk-88
Enable motion slow down - allows the system to slow down in speed but to keep accuracy in its movement. It is useful for critical situations where the framerate is  very low.
39 1 dnk-88
Time threshold - sets integration time.
40 1 dnk-88
Max steps - sets the max number of integrations to perform, when accurate integration is activated.
41 1 dnk-88
User parameters (1-4) - Saves a user defined value. Ranges from 0 to 1. The values are not saved and their default is 0.f.
42 1 dnk-88
Bind - bind/unbind a global value to a user param. For example: global strenght of wind.
43 1 dnk-88
44 3 dnk-88
*Precompute bounding box (PBBox)* 
45 1 dnk-88
Enable precomputed bounding box
46 1 dnk-88
Auto - the particle system will recompute the bounding box each time. This may be needed for particle systems that move fast.
47 1 dnk-88
Position
48 1 dnk-88
Reset
49 1 dnk-88
50 3 dnk-88
*Level of detail (LOD) managment*
51 3 dnk-88
Hand tuned LOD (for emission, color, size: this uses LOD as an input for attribute makers).
52 1 dnk-88
Auto LOD
53 1 dnk-88
With non-shared systems: modulates the emission period, quantity etc.. to get the desired result.
54 1 dnk-88
With shared systems: one version is animated with full LOD (no hand tuned LOD should be applied !).
55 1 dnk-88
All versions are displayed with fewer particle than the full LOD, depending on their distance. Visually however, this is not as good as a hand-tuned system, or auto-LOD on non-shared systems.
56 1 dnk-88
Sharable - enable/disable sharing. When sharing is enabled, the state of a particle system is the same for all systems that have the same shape. This allows to save memory. However, such system should not be built with LOD in mind (for example, less emission with distance). LOD should be automatic for these systems (see Auto-LOD). This means that sharing is only useful for systems that have the same state, and if they are numerous: motion is performed once, but only for one system with no LOD. LOD is done during display only (when activated).
57 1 dnk-88
Auto-LOD - enable / disbale Auto-LOD. When enabled, less particles are displayed when the system is far away. This applies to all particles in a system (unless they override that behaviour).
58 1 dnk-88
Start percent DIST - start the Auto-LOD at the given percentage of the max view distance.
59 1 dnk-88
Max distance BIAS - when Auto-LOD on a non shared system is used, this sets the degradation of the system when it is far.
60 1 dnk-88
A value of 0 means no more emissions at all.
61 1 dnk-88
A value of 0.1 means 10% of emission.
62 1 dnk-88
A value of 1 means there's no LOD at all.
63 1 dnk-88
Degradation exponent - The degradation speed. It is interpreted as an exponent.
64 1 dnk-88
Skip Particles - There are 2 modes for the Auto-LOD (applies to shared systems only):
65 1 dnk-88
Particles are skipped in the source container when display is performed (default)
66 1 dnk-88
Less particles are displayed. Can lead to 'pulse' effects, but is faster.
67 1 dnk-88
Maximum view distance - maximum view distance for the particle system (in meters).
68 1 dnk-88
LOD ratio - a percentage that indicates where the 2nd LOD is located.
69 1 dnk-88
70 3 dnk-88
*Global color*
71 1 dnk-88
Force global color lighting
72 1 dnk-88
Edit global color (Warning: By pass multitexturing, not supported by all types)
73 1 dnk-88
Setup a color attenuation scheme with the distance from the viewer. Doesn't act on a particle basis, instead the whole color of the system is changed in an uniform way so it is fast (the same can be achieved on a particle basis). This bypass the source of the scheme : it is set to 0 when the system is on the user, and to 1 when it is at its max distance.
74 1 dnk-88
75 3 dnk-88
*Life managment parameters*
76 1 dnk-88
Presets:
77 1 dnk-88
Environment FX - environment FX, not animated when not visible, persistent.
78 1 dnk-88
Running environment FX - an environment fx that should run when in a parsed cluster: cascade for example, so that it doesn't start when the player first see it.
79 1 dnk-88
Spell FX - always animated, not persistent, garanteed to match the good frame even if framerate is low
80 1 dnk-88
Looping spell FX - always animated, persistent until emitter are stopped.
81 1 dnk-88
Minor FX - animated when visible, discarded when not visible.
82 1 dnk-88
Moving looping FX - persistent, moving fx.
83 1 dnk-88
Spawned environment FX - environment fx, not animated when not visible, not persistent
84 1 dnk-88
Ground FX - usually fx of foot steps (dust clouds etc.). Always animated, persistents, duration of fxs is garanteed, but not velocity of particle if framerate is too choppy (usually ok because particle stay in place with those fxs).
85 1 dnk-88
Projectile FX - like moving looping fx, but not persistent.
86 1 dnk-88
UserBehaviour:
87 1 dnk-88
Model removed when out of range - Invalidity flags (no direct effect, just indications for a third party, a model holding the system for example). Tell the system that it is invalid when its out of range. This is only a indication flag and must be checked by third party (a model holding the system for example)
88 1 dnk-88
PS resource removed when not visible - tells the model holding this system that it will become invalid when its out of the view frustum. This is only an indication flag and must be checked by third party (a model holding it for example). It has no direct effects.
89 1 dnk-88
Force life time update
90 1 dnk-88
No max numbers steps - when activated, this bypasses the limit on the max number of integration steps. This should NOT be used on FXs that are looping, because it would slow endlessly. Anyway if you try to do that an assertion will ocurr. Typically, this is useful for spell fx because they are short, and it is important that they don't slow down when framerate is too choppy.
91 1 dnk-88
Anim Type - tells when animation must be performed
92 1 dnk-88
When visible - visible particle systems only are animated.
93 1 dnk-88
When visible clusters - particle systems that are in cluster are animated.
94 1 dnk-88
Always visible - animate always when not too far.
95 1 dnk-88
Die on event - when don't disable, the model holding this particle system will be considered invalid when dieCondition is met. This is only an indication flag and must be checked by third party (a model holding it for example).
96 1 dnk-88
Auto delay - tells that the particle system should recompute the delay before death test itself.
97 1 dnk-88
This delay is updated when:
98 1 dnk-88
The system structure is changed (located added, merge ..)
99 1 dnk-88
The lifetime of a located is changed
100 1 dnk-88
Emitter parameters are modified
101 1 dnk-88
Apply after delay - set a delay before to apply the death condition test. This may be necessary: the particle system could be destroyed because there are no particles, but no particles were emitted yet.
102 1 dnk-88
103 3 dnk-88
*Link to skeleton (_future, instead additional settings in animation dialog!_)*
104 1 dnk-88
Link to skeleton
105 1 dnk-88
Unlink
106 1 dnk-88
107 1 dnk-88
h3. Located
108 1 dnk-88
109 1 dnk-88
Represents any kind of object that has a position in the world and belongs to a particle system. A located doesn't do anything by itself. You must bind objects to it, such as a particle, a force and so on. Note that a located holds all instances of a object of one type (force, emitter, particles or both...), not only one. Instance of these types are created by emmiters or manually by the user. Not sharable accross systems.
110 3 dnk-88
111 3 dnk-88
*General*
112 1 dnk-88
Coord system:
113 1 dnk-88
Particles are local to the system
114 1 dnk-88
Particles are in world
115 1 dnk-88
User defined
116 1 dnk-88
Disgrade with LOD - Force LOD degradation. This will suppress instances immediately, (during the motion pass)  so that there won't be more than maxNumberInstance * dist / maxDist instances. This may not be desirable every time since particles dissapear on screen, which may be noticeable.
117 1 dnk-88
Parametric motion -  enable parametric motion. This is needed in a few case only, and can only work if all the forces that apply to the system are integrable.
118 1 dnk-88
Max numbers of particles (instances)
119 1 dnk-88
Warning (ovqt bug): can not set count max number < manually created instanciates
120 1 dnk-88
Set current count particles
121 3 dnk-88
122 3 dnk-88
*Life time*
123 1 dnk-88
Limited life time - At the end of the defined life time particles disappear from the screen if life time is enabled.
124 1 dnk-88
Triger on death - Enable a trigger on death. This is used to create emissions on an emitter with a given ID.
125 1 dnk-88
Value time - Life time duration.
126 3 dnk-88
127 3 dnk-88
*Particle mass*
128 1 dnk-88
Value mass - Set the mass of locateds.
129 1 dnk-88
130 1 dnk-88
h3. Emitter
131 2 dnk-88
132 1 dnk-88
Generate particles.
133 3 dnk-88
134 3 dnk-88
*General*
135 1 dnk-88
Emitted type - Sets the type of located to be emitted. Default is no emission. It can fail when this cause the system to last forever, which is incompatible with the 'BypassMaxNumIntegrationSteps' flag in ParticleSystem)
136 1 dnk-88
Type of emission - Sets the emission type. Please note that if the type is 'External only', the located needs to be attached to the system (the system is holding the ID-Located map).
137 1 dnk-88
Regular - Use defined emission period  and generation number (the number of particles to generate when an emission occurs).
138 1 dnk-88
On death - Emit when the emitter is destroyed.
139 1 dnk-88
Once - Emit when the emitter is created.
140 1 dnk-88
On bounce - Emit when the emitter bounces.
141 1 dnk-88
External only - Emitted explicitly by the system user. A 4 letter ID must be used to identify this kind of emitter. The default ID is NONE.
142 1 dnk-88
Direction:
143 1 dnk-88
Default - By default, the direction of emission is supposed to be expressed in the same coordinate system as the one of the emitter.
144 1 dnk-88
Direction is aligned on the emitter direction - Align the direction of emission on the emitter speed. (This also implies that the coord. system in which the speed vector is expressed if the same than the one of the emitter. ??)
145 1 dnk-88
Direction is in world - Sets the particle system identity matrix mode (coord. system) for the direction of emission and allows to change that behaviour. Example of use: a fire p.s is linked to a torch, but the torch doesn't point to the top. So particles are emitted in the axis aligned to the torch. If matrix mode for direction emission is set to the particle system identity matrix, then the direction is interpreted to be in world, and is thus independant from the torch orientation: particles are always spawned in the +K direction.
146 1 dnk-88
Direction is local to the system - Sets the particle system world matrix mode (coord. system) for the direction of emission.
147 1 dnk-88
User - Sets the particle system user matrix mode (coord. system) for the direction of emission.
148 1 dnk-88
Force consisten emission - Enable consistent emission. This tries to keep the number of emitted particle constant by allowing more than one emission cycle per iteration. This is useful to deal with poor framerate. This has several drawbacks though: the motion is in straight lines.
149 1 dnk-88
Note: In fact, this should be used when there can't be collisions with the emitted particles, and with main emitters only.
150 1 dnk-88
Note: this has no effect if the emission period is 0 (which means emit at each frame)
151 1 dnk-88
Bypass Auto-LOD - No Auto-LOD will be applied to that emitter.
152 1 dnk-88
Speed inheritance factor - Sets a speed value, to add the emitter speed to the emittee creation speed. this can be < 0.
153 1 dnk-88
Delayed emission - Sets a delay in seconds before the first emission (regular emitter only).
154 1 dnk-88
Max emission count - Sets a maximum number of particle emission (0 means no limit and is the default). Applies with regular emitter only.
155 3 dnk-88
156 3 dnk-88
*Emission param*
157 1 dnk-88
Emission period - Sets a period for emission (expressed in second).
158 1 dnk-88
Emission quantity - Sets the number of particles to be generated at once.
159 1 dnk-88
Strength modulation - Sets a speed modulation for the emitter.
160 1 dnk-88
Types of emitters:
161 1 dnk-88
Directional - Emits in one direction. This can be the 0, 0, 0 vector.
162 1 dnk-88
Omni directional - Emits randomly in all direction.
163 1 dnk-88
Rectangle - Emits directionnally in a rectangle (useful to produce snow, drop of water ...).
164 1 dnk-88
Conic - Same as a directional emitter, but user can also specify the radius for emission.
165 1 dnk-88
Spherical
166 1 dnk-88
Radial - Direction gives the normal to the plane of emission.
167 1 dnk-88
168 1 dnk-88
h3. Particle
169 2 dnk-88
170 1 dnk-88
A single particle\mesh in the system.
171 3 dnk-88
172 1 dnk-88
Types of particles
173 1 dnk-88
Point
174 1 dnk-88
Material
175 1 dnk-88
Blending mode:
176 1 dnk-88
Add - (out = arg0 + arg1)
177 1 dnk-88
Modulate - (out = arg0 * arg1)
178 1 dnk-88
Alpha blend - 
179 1 dnk-88
Alpha test - 
180 1 dnk-88
Global color lighting
181 1 dnk-88
Z-Test
182 1 dnk-88
No Auto-LOD
183 1 dnk-88
ZBias
184 1 dnk-88
Color
185 1 dnk-88
LookAt
186 1 dnk-88
Material (link to point material)
187 1 dnk-88
Size
188 1 dnk-88
Angle 2D
189 1 dnk-88
Independent size
190 1 dnk-88
Width
191 1 dnk-88
Height
192 1 dnk-88
Look At parameters
193 1 dnk-88
Align on motion - Forces faces to be aligned on motion. This bypass motion blur / align on z axis.
194 1 dnk-88
Z-Align - Forces look at particle to align with the z-axis.
195 1 dnk-88
Fake motion blur coefficient - Sets the coefficient for motion blur (too high value may give unrealistic result). 'Fake' motion blur (its done by deforming the quad). This is slower, however. This has no effect with rotated particles.
196 1 dnk-88
Fake motion blur threshold - Sets the motion blur threshold.
197 1 dnk-88
Texture parameters
198 1 dnk-88
Enable texture anim
199 1 dnk-88
Texture grouped
200 1 dnk-88
Multitexturing (using only two texture units)
201 1 dnk-88
Main texture
202 1 dnk-88
U/V speed 1 texture - set the scroll speed for texture 1(u/v axis) when the main op is used.
203 1 dnk-88
U/V speed 2 texture - set the scroll speed for texture 2(u/v axis) when the main op is used.
204 1 dnk-88
Texture operation
205 1 dnk-88
Add
206 1 dnk-88
Modulation
207 1 dnk-88
Decal
208 1 dnk-88
Bump
209 1 dnk-88
Bump factor
210 1 dnk-88
Texture name
211 1 dnk-88
Use particle data
212 1 dnk-88
Alternate texture (link to main texture without bump operation)
213 1 dnk-88
Force basic caps - This action as if the system had the most basic caps supported (no EMBM for example...). Should be used only in edition mode for test.
214 1 dnk-88
Enable alternate - Use the particle age rather than the global time to compute textures coordinates.
215 1 dnk-88
Texture name
216 1 dnk-88
FanLight
217 1 dnk-88
Material (link to point material)
218 1 dnk-88
Size\Angle 2D
219 1 dnk-88
Fan Light param
220 1 dnk-88
Number fan light - Number of fans used for drawing (minimum is 3, maximum is 128).
221 1 dnk-88
Phase smothnes - Smoothness of phases. The default is 0 which means no smoothness. 'n' mean that the phase will be linearly interpolated between each 'n + 1' fans. It ranges from 0 to 31.
222 1 dnk-88
Fan light speed - Speed for phase. If the located holding this particle has a limited lifetime, it defines how many 0-2Pi cycles it'll do during its life. Otherwise it defines how many cycles there are in a second.
223 1 dnk-88
Fan light intensity - Sets the intensity of fan movement.
224 1 dnk-88
Texture param
225 1 dnk-88
Ribbon
226 1 dnk-88
Material (link to point material)
227 1 dnk-88
Size
228 1 dnk-88
Tail parameters
229 1 dnk-88
Number of segments - Number of segments used with this particle. In this case, it can't be lower than 2.
230 1 dnk-88
Duration segment - How many seconds a seg needs to be traversed. Long times will create longer ribbons. It defines the sampling rate for each type of ribbon.
231 1 dnk-88
Texture U factor - U-factor for texture mapping.
232 1 dnk-88
Texture V factor - V-factor for texture mapping.
233 1 dnk-88
Constant length(m) - Length in meter of the ribbon. This is used only if the ribbon mode is set to constant length. These kinds of ribbons are usually slower than variable size ribbons.
234 1 dnk-88
LOD degradation - Allows degradation of ribbons with distance of the system (may not be suited when theit paths have wicked angles). Value 1 means no degradation, 0 means nothing will be draw when the system is at its max dist.
235 1 dnk-88
Trail coord. system - Coord. system in which trail will reside.
236 1 dnk-88
Local
237 1 dnk-88
World
238 1 dnk-88
User
239 1 dnk-88
Father coord. system
240 1 dnk-88
Use hermitte interpolation - Use hermitte interpolation.
241 1 dnk-88
Orientation - Orienation of slices.
242 1 dnk-88
Follow Path
243 1 dnk-88
Follow Path XY
244 1 dnk-88
Identity
245 1 dnk-88
Tail shape
246 1 dnk-88
Triangle
247 1 dnk-88
Quad
248 1 dnk-88
Octogon
249 1 dnk-88
Pentagram
250 1 dnk-88
Simple segment X
251 1 dnk-88
Simple segment Y
252 1 dnk-88
Simple segment Z
253 1 dnk-88
Simple brace
254 1 dnk-88
Texture param
255 1 dnk-88
TailDot
256 1 dnk-88
Material (link to point material)
257 1 dnk-88
Size
258 1 dnk-88
Tail param
259 1 dnk-88
Number of segments
260 1 dnk-88
Duration segment
261 1 dnk-88
Constant length(m)
262 1 dnk-88
LOD degradation
263 1 dnk-88
Trail coord. system
264 1 dnk-88
Local
265 1 dnk-88
World
266 1 dnk-88
User
267 1 dnk-88
Father coord. system
268 1 dnk-88
Use hermitte interpolation
269 1 dnk-88
Tail fading - Enables color fading to black along the tail.
270 1 dnk-88
Face
271 1 dnk-88
Material (link to point material)
272 1 dnk-88
Size
273 1 dnk-88
Rotation
274 1 dnk-88
Texture param
275 1 dnk-88
Shock wave
276 1 dnk-88
Material (link to point material)
277 1 dnk-88
Size
278 1 dnk-88
Angle 2D
279 1 dnk-88
Rotation
280 1 dnk-88
Shock wave param
281 1 dnk-88
Radius cut
282 1 dnk-88
Numbers of segments
283 1 dnk-88
Texture U factor
284 1 dnk-88
Texture param
285 1 dnk-88
Ribbon look at
286 1 dnk-88
Material (link to point material)
287 1 dnk-88
Size
288 1 dnk-88
Tail parm
289 1 dnk-88
Texture param
290 1 dnk-88
Types of mesh
291 1 dnk-88
Mesh
292 1 dnk-88
Size
293 1 dnk-88
Angle 2D
294 1 dnk-88
Rotation
295 1 dnk-88
Shape
296 1 dnk-88
Constraint mesh
297 1 dnk-88
Color
298 1 dnk-88
Size
299 1 dnk-88
Rotations
300 1 dnk-88
Hint/precomputed rotations - All meshs are turning in the same manner and only have a rotationnal bias. Any previous set scheme for 3d rotation is kept.
301 1 dnk-88
Rotation speed min - Minium angular velocity for particle rotation.
302 1 dnk-88
Rotation speed max - Maximum angular velocity for particle rotation.
303 1 dnk-88
Number models - Number of rotation configuration we have. The higher it is, the slower it'll be. If this is too low, a lot of particles will have the same orientation. If it is 0, then the hint is disabled. This can't be higher than ConstraintMeshMaxNumPrerotatedModels.
304 1 dnk-88
Shape
305 1 dnk-88
Morph
306 1 dnk-88
Morph mesh edit - Ssetups the mesh for morphing use. There are several restrictions:
307 1 dnk-88
All meshs must have the same number of vertices.
308 1 dnk-88
All meshes must have the same vertex format.
309 1 dnk-88
If these conditions are not met, a 'dummy' mesh will be used instead. If there's only one mesh, no morphing is performed. Note: Morphing not supported with precomputed rotations. First mesh is used instead.
310 1 dnk-88
The maximum number of vertices for a constraint mesh - 512.
311 1 dnk-88
Number of meshs to be processed at once... - 64.
312 1 dnk-88
The maximum number of meshs that can be prerotated - 32.
313 1 dnk-88
Force stage modulation (0-3 stages) - Forces the n-th stage of all material to be modulated by the mesh color. This allows to put colors on meshs that haven't got material that allow them.
314 1 dnk-88
Force vertex color lighting - Forces all materials to use vertex color lighting.
315 1 dnk-88
Texture animation type - None\Global
316 1 dnk-88
Reinit when new element is created - Forces the timer for global anim to be reseted when a new mesh is created.
317 1 dnk-88
Translation
318 1 dnk-88
U/V Start
319 1 dnk-88
U/V Speed
320 1 dnk-88
U/V Acceleration
321 1 dnk-88
Scale
322 1 dnk-88
U/V Start
323 1 dnk-88
U/V Speed
324 1 dnk-88
U/V Acceleration
325 1 dnk-88
Rotation
326 1 dnk-88
Speed
327 1 dnk-88
Acceleration
328 1 dnk-88
329 1 dnk-88
h3. Force
330 2 dnk-88
331 1 dnk-88
Description missing
332 3 dnk-88
333 1 dnk-88
Targets
334 1 dnk-88
Available targets
335 1 dnk-88
Force intensity
336 1 dnk-88
Types of zones:
337 1 dnk-88
Gravity - A force that has the -K direction. Mass isn't taken into account (true with a uniform gravity model, near earth).
338 1 dnk-88
Directional - A force that has the same direction everywhere. Mass is also taken into account (which is not the case for gravity).
339 1 dnk-88
Directions
340 1 dnk-88
Global
341 1 dnk-88
Spring
342 1 dnk-88
Fluid friction
343 1 dnk-88
Central gravity - Central gravity. Mass is taken in account here
344 1 dnk-88
Cylindric vortex - Has a limited extend. It has unlimited extension in the z direction.  The model is aimed at tunability rather than realism.
345 1 dnk-88
Radial viscosity
346 1 dnk-88
Tangential viscosity
347 1 dnk-88
Brownian - A brownian motion.
348 1 dnk-88
Parametric factor - Tells how fast the force acts on particle.
349 1 dnk-88
Magnetic -  A magnetic field that has the given direction.
350 1 dnk-88
Direction
351 1 dnk-88
352 2 dnk-88
h3. Collision zone
353 1 dnk-88
354 1 dnk-88
This is a kind of specialized force, and it has an attached list of the targets. Not sharable accross systems.
355 1 dnk-88
Targets
356 1 dnk-88
Avaible targets
357 1 dnk-88
Bounce/Destroy
358 1 dnk-88
Bounce factor - Only valid if the behaviour is set to bounce...
359 1 dnk-88
Types of zones:
360 1 dnk-88
Plane - A plane over which particles bounce.
361 1 dnk-88
Sphere
362 1 dnk-88
Rectangle
363 1 dnk-88
Disc
364 1 dnk-88
Cylinder
365 1 dnk-88
366 2 dnk-88
h3. Light
367 1 dnk-88
368 1 dnk-88
Dynamic light created by a particle system.
369 4 dnk-88
370 4 dnk-88
Color light - ...
371 1 dnk-88
Attenuation start - Radius for attenuation start, must be > 0 (TODO, OVQT Bug: OVQT do not check (> 0))
372 1 dnk-88
Attenuation end -  Radius for attenuation end.
373 1 dnk-88
374 2 dnk-88
h3. Sound
375 1 dnk-88
376 1 dnk-88
Description missing
377 4 dnk-88
378 1 dnk-88
Sound name - Name of the sound.
379 4 dnk-88
Play - ...
380 4 dnk-88
Spawn - ...
381 1 dnk-88
Mute - Sets mute on/off.
382 1 dnk-88
Keep original pitch - Force the sound to use the original pitch that has been entered in the .sound sheet.
383 4 dnk-88
Sound pitch - ...
384 1 dnk-88
Emission percent - Percent of sound emission. If set to 1, it tries to emit all sounds.
385 4 dnk-88
Sound volume - ...
386 4 dnk-88
387 4 dnk-88
h3. Instanciate
388 4 dnk-88
389 1 dnk-88
Description missing
390 4 dnk-88
391 4 dnk-88
Position - ...
392 4 dnk-88
Sub component - ...
393 4 dnk-88
Scale - ...
394 4 dnk-88
Direction - ...
395 4 dnk-88
Scale X/Y/Z - ...
396 2 dnk-88
397 2 dnk-88
h2. Examples of creating a particle system
398 2 dnk-88
399 2 dnk-88
h2. Videos
400 2 dnk-88
401 2 dnk-88
+*Ryzom Core: Object Viewer Qt - Particles editor*+
402 2 dnk-88
403 2 dnk-88
{{youtube(NEkjPbCR-j8,480,360)}}
404 2 dnk-88
405 2 dnk-88
+*Ryzom Core: Object Viewer Qt - Particle System Texture Animation*+
406 2 dnk-88
407 2 dnk-88
{{youtube(TDG22yRY9lY,480,360)}}
408 1 dnk-88
409 1 dnk-88
410 1 dnk-88
+*Ryzom Core: Object Viewer Qt - Particle System Demo*+
411 1 dnk-88
412 1 dnk-88
{{youtube(26ZN2Mki42E,480,360)}}