From aad0913d91fc3b682deddb5a5f8380d1475174f5 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 21 Dec 2008 12:12:53 +0000 Subject: improved func_rotate --- doc/models.html | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/models.html b/doc/models.html index d2f6ca7..28ba9c7 100644 --- a/doc/models.html +++ b/doc/models.html @@ -49,6 +49,7 @@
  • Lights
  • Flares
  • Particles +
  • Function groups
  • Other entities @@ -56,9 +57,9 @@ Creating models with GtkRadiant

    - All the models for the game were created with GtkRadiant 1.5.0, + All the models for the game were created with GtkRadiant 1.5, in theory any editor capable of exporting Quake 2 .map files could - be used. Support for files for GtkRadiant 1.5.0 are included in the + be used. Support for files for GtkRadiant 1.5 are included in the data distribution. Refer to the file INSTALL on where to find them and how to install them. No map compiler is necessary, the engine reads the .map files directly. @@ -183,17 +184,17 @@ to the level but to add point lights to a model. Adding a light will render a light flare texture in the corresponding location.

    - The flare value indicates what texture will be used to draw the light. + The flare value indicates what texture will be used to draw the light. The flare value is translated to a texture name, bitmaps/fx/flare??. The default flare texture is flare00.

    - The light value is used to determine the size of the flare. The engine + The light value is used to determine the size of the flare. The engine default is 100, resulting in rather large flares.

    - The default color is white, but the color can be set through radiant's + The default _color is white, but the color can be set through radiant's color menu (K key). If the entity option (spawnflag 2) is set, the color value will be ignored and the light will be rendered with the - color of the entity it is attached to. + color of the entity it is attached to.

    The strobe option (spawnflag 1) will create a blinking light. A number of options can be set to manipulate the flashing behaviour. By default @@ -241,6 +242,23 @@

    Particles will only be rendered if the model is within detail range.

    +

    + Function groups +

    +

    + Brushes can be grouped together into funcion groups. These groups can be used + to create moving parts in a model. +

    +

    + func_door will be used to create animated doors (not implemented) +

    +

    + func_group an editor utility to group brushes together. +

    +

    + func_rotate will create a rotating set of brushes. The center of the rotation + is automaticly calculated as the geometrical center of the group. +

    Other entities

    -- cgit v1.2.3