From 194b8b358fc8603da2c102dcf46f20b23a31aea4 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Fri, 8 Aug 2008 15:02:19 +0000 Subject: documentation updates, new default binds, HUD updates --- doc/world.html | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) (limited to 'doc/world.html') diff --git a/doc/world.html b/doc/world.html index a8d9790..3ead6fe 100644 --- a/doc/world.html +++ b/doc/world.html @@ -156,7 +156,7 @@ default=no diamond - a regular octahedron with an axis + a rotating octahedron with an axis @@ -173,6 +173,11 @@ default=no the radius of the entity in game units +

+ 1 game unit translates to 100m in-game, an entity with a radius of 0.5 + would fit into a sphere with a diameter of 100m. +

+

An entity with a model can be created by setting the model key. The radius of a model is automaticly calculated: @@ -209,6 +214,8 @@ default=no x, y, z values of the entity location, z is up +

+ 1 game unit on the x, y, or z-axis translates to 100m in-game.

Orientation can be set thought the direction, pitch, and roll keys: @@ -257,11 +264,22 @@ direction=315 color=222 192 145 +

+ [navpoint] +

+

+ Space is a big place. Navigation points can help players to find their way around. +

+[navpoint]
+label=navpoint_north
+name=Navigation point North
+location=1024 0 0
+

[planet]

- A planet is spherical entity with a texture. and a default radius of 32. The planet globe will + A planet is spherical entity with a texture. and a default radius of 64. The planet globe will be rendered with lighting enabled.

@@ -285,7 +303,7 @@ color =0.5 0.5 0.8 [star]

- A star is a spherical entity without texture and a default radius of 48. The star globe + A star is a spherical entity without texture and a default radius of 96. The star globe will be rendered fullbright and serve as the main source of light for the current system. At the moment only one system light source is supported. If you define multiple stars, the last one will serve as light source. -- cgit v1.2.3