diff options
author | Stijn Buys <ingar@osirion.org> | 2008-12-25 12:13:56 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-12-25 12:13:56 +0000 |
commit | bfa10f9990a8a045b03474d11af75984c12a856a (patch) | |
tree | 87ff30329be78b8012d545b097b669b746ab0fc0 /doc/models.html | |
parent | 164e3c5b1cd9e6d6f7ca26964df4c54394eb1c84 (diff) |
Improved list_zone, list_ships
Ship price and cargo size
Diffstat (limited to 'doc/models.html')
-rw-r--r-- | doc/models.html | 29 |
1 files changed, 24 insertions, 5 deletions
diff --git a/doc/models.html b/doc/models.html index 28ba9c7..740bc3d 100644 --- a/doc/models.html +++ b/doc/models.html @@ -224,11 +224,19 @@ small diference: the size of the flare is set through the radius value. The default flare radius is 100. Rotate the entity or set the angle value to point the flare in a different direction. -<p> - Use the <i>engine</i> option (spawnflag 4) To create a flare that +</p><p> + Setting the <i>entity</i> option (spawnflag 2) will assign the entities + primary colour as flare colour. +</p><p> + Use the <i>engine</i> option (spawnflag 4) to create a flare that lights up depending on engine power. -<p> - <i>fx_flare</i> entities can only be rotated in the XY-plane. +</p><p> + The direction of the flare can be set with the <i>direction</i>, + <i>pitch</i> and <i>roll</i> keys. <i>angle</i> is an alias for + <i>direction</i>. +</p><p> + Flares will only be rendered if the entity is within detail range. +</p> <h2 id="particles"> Particles @@ -240,7 +248,17 @@ </p><p> The <i>script</i> value must be set to the label of the particles script. </p><p> - Particles will only be rendered if the model is within detail range. + Setting the <i>entity</i> option (spawnflag 2) will assign the entities + primary colour as particle system colour. +</p><p> + Use the <i>engine</i> option (spawnflag 4) will assign the models engine colour + as particle system colour. +</p><p> + The direction of the particle system can be set with the <i>direction</i>, + <i>pitch</i> and <i>roll</i> keys. <i>angle</i> is an alias for + <i>direction</i>. +</p><p> + Particles will only be rendered if the entity is within detail range. </p> <h2 id="groups"> Function groups @@ -258,6 +276,7 @@ <p> <i>func_rotate</i> will create a rotating set of brushes. The center of the rotation is automaticly calculated as the geometrical center of the group. + The rotation axis can be set with the <i>direction</i>, <i>pitch</i> and <i>roll</i> keys. <i>angle</i> is an alias for <i>direction</i>. </p> <h2 id="other_entities"> Other entities |