From cc0a4412a4ac7f1f78ef7e644a0c06c6dd6dd129 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 26 Aug 2008 17:42:30 +0000 Subject: improved dust rendering --- doc/world.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/world.html b/doc/world.html index 3ead6fe..8e91ce5 100644 --- a/doc/world.html +++ b/doc/world.html @@ -303,15 +303,15 @@ color =0.5 0.5 0.8 [star]

- A star is a spherical entity without texture and a default radius of 96. The star globe + A star is a spherical entity with 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. + the last one will serve as light source. Stars can have a texture.

 [star]
 label=whitedwarf
 name=White Dwarf
-; a slightly yellow colour
+; light yellow
 color=1.0 1.0 0.9
 
@@ -320,5 +320,12 @@ color=1.0 1.0 0.9

Definition of the shopping list. + +

+ Textures +

+

+ The engine supports textures in the TGA, PNG and JPG file formats. The filename extension + should be lowercase and the texture should be in 24bit RGB or 32bit RGBA format. -- cgit v1.2.3