From 473726daa261d913efa2f2d9e4825c34bfe4c4db Mon Sep 17 00:00:00 2001 From: Chris Laurel Date: Thu, 14 Jun 2001 02:52:37 +0000 Subject: [PATCH] Added starfield intro --- start.cel | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/start.cel b/start.cel index 90a465aad..ea4135f1b 100644 --- a/start.cel +++ b/start.cel @@ -1,9 +1,9 @@ { - select { object "Sol" } - gotolonglat { time 0 distance 1000000000 longitude 0 latitude 0 } - # gotolonglat { time 0 distance 2.5 longitude -122 latitude 47 } + select { object "Sol/Neptune" } + gotolonglat { time 0 distance 1e11 longitude 0 latitude 0 } + # gotolonglat { time 0 distance 2.5 longitude -122 latitude 47 } # Seattle! wait { duration 0.1 } orbit { axis [ 0 1 0 ] rate 10 duration 7 } - goto { time 5 distance 100 } + goto { time 5 distance 10 } wait { duration 5.0 } }