diff options
author | Stijn Buys <ingar@osirion.org> | 2008-08-26 17:42:30 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-08-26 17:42:30 +0000 |
commit | cc0a4412a4ac7f1f78ef7e644a0c06c6dd6dd129 (patch) | |
tree | 27271e45ca42c1039d149ab30637fe4fb08eb732 /doc/world.html | |
parent | 02e623574c4c12c40a0757ed934a93353f34a653 (diff) |
improved dust rendering
Diffstat (limited to 'doc/world.html')
-rw-r--r-- | doc/world.html | 13 |
1 files changed, 10 insertions, 3 deletions
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] </h3> <p> - 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. <pre> [star] label=whitedwarf name=White Dwarf -; a slightly yellow colour +; light yellow color=1.0 1.0 0.9 </pre> @@ -320,5 +320,12 @@ color=1.0 1.0 0.9 </h2> <p> Definition of the shopping list. + +<h2> + Textures +</h2> +<p> + 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. </body> </html> |