diff options
author | Ian C <ianc@noddybox.co.uk> | 2007-05-22 23:27:20 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2007-05-22 23:27:20 +0000 |
commit | 737c093cddb6ad5c23bead4b2f98de27572e74be (patch) | |
tree | efc0a9eb82a22097f8dd3afeccabd22b2391d6f2 /dat | |
parent | 40b6e995d0534839e352d3f56485ca9ea7f41b89 (diff) |
Fixed to build on Ubuntu 7.04
Diffstat (limited to 'dat')
-rw-r--r-- | dat | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -3,7 +3,7 @@ # Note that when using object names, case is important. Case in commands and # arguments is not. # -# $Id: dat,v 1.1.1.1 2006-05-02 19:12:45 ianc Exp $ +# $Id: dat,v 1.2 2007-05-22 23:27:20 ianc Exp $ # @@ -253,10 +253,10 @@ look_at Sun; # # eg. -# num_texture 3; -# texture Moon,moon.raw,256,256; -# texture Earth,earth.raw,512,256; -# mreuse Belt,10,Moon; +num_texture 3; +texture Moon,moon.raw,256,256; +texture Earth,earth.raw,512,256; +mreuse Belt,10,Moon; # Define rings @@ -306,7 +306,7 @@ look_at Sun; ring Earth,2.0,2.1,1.0,1.0,1.0,0.6,0.5,45; # eg. -# ring_texture Earth,ring.raw,256,256; +ring_texture Earth,ring.raw,256,256; # Define trails. If enabled objects leave behind a point as they travel. |