s/offset/offsets/
This commit is contained in:
parent
44b9f5550b
commit
178dd5e72a
1 changed files with 2 additions and 2 deletions
|
@ -135,14 +135,14 @@ offset (result = (prop*factor)+offset ) in the usual way
|
||||||
|
|
||||||
<particlesystem> = the base tag
|
<particlesystem> = the base tag
|
||||||
<type>string</type> can be "normal" or "trail", normal is the usual quad particles, trail is a string of connected quads, see note near the end
|
<type>string</type> can be "normal" or "trail", normal is the usual quad particles, trail is a string of connected quads, see note near the end
|
||||||
<offset> = this places the source of the particles (the emitter) in relation to the perhaps already offsetted model (see model-howto.html for details)
|
<offsets> = this places the source of the particles (the emitter) in relation to the perhaps already offsetted model (see model-howto.html for details)
|
||||||
<x-m>float</x-m>
|
<x-m>float</x-m>
|
||||||
<y-m>float</y-m>
|
<y-m>float</y-m>
|
||||||
<z-m>float</z-m>
|
<z-m>float</z-m>
|
||||||
<pitch-deg>float</pitch-deg>
|
<pitch-deg>float</pitch-deg>
|
||||||
<roll-deg>float</roll-deg>
|
<roll-deg>float</roll-deg>
|
||||||
<heading-deg>float</heading-deg>
|
<heading-deg>float</heading-deg>
|
||||||
</offset>
|
</offsets>
|
||||||
<condition> =a typical condition that if not true stops particles from being emitted (PPS=0)
|
<condition> =a typical condition that if not true stops particles from being emitted (PPS=0)
|
||||||
....
|
....
|
||||||
</condition>
|
</condition>
|
||||||
|
|
Loading…
Reference in a new issue