Page 1 of 1
pre 4 bug report
Posted: 23.09.2002, 02:31
by billybob884
Found another bug. When you go to Set Time it will set the time to 4 hrs before what you typed in.
Posted: 23.09.2002, 03:23
by chris
That's probably not a bug . . . You're entering the time as UTC but are displaying the local time. Are you in the US Eastern Time Zone by any chance?
--Chris
Posted: 23.09.2002, 03:45
by billybob884
well, yes i am, but then maybe you could put in a way to change it?
Posted: 24.09.2002, 21:47
by billybob884
Found another bug: I set the coordinates to go to connecticut and its been going straight to the middle of the pacific ocean. It was even doing this when it was set to go to seattle. By the way, nice job on getting full screen to work right!
Posted: 24.09.2002, 22:12
by billybob884
One more thing, I dont see this ring shadow. maybe its my computer? (128 mb ram, 32 mb gforce 2, pentium 4 1.5 ghz, 40 gb, dont know anything else)
BillyBob -NOT A BUG
Posted: 24.09.2002, 23:48
by John Van Vliet
Its not a bug. In the start file turn on the (gotolat/long -83.9 x 42.1 for Ann Arbor Mi. {
# select { object "Sol/Jupiter/Io" }
select { object "Sol/Earth" }
follow {}
select { object "Sol" }
lock {}
select { object "Sol/Earth" }
gotoloc { position [ -19100 0 0 ] time 0.1 yrot 90 }
wait { duration 0.1 }
follow {}
# goto { time 5 }
# gotolonglat { time 0 distance 1e11 longitude 0 latitude 0 }
gotolonglat { time 0 distance 2.5 longitude -83.9 latitude 42.1 }
# wait { duration 0.1 }
# orbit { axis [ 0 1 0 ] rate 10 duration 7 }
# goto { time 5 distance 10 }
# wait { duration 5.0 }
}
ring shadow
Posted: 25.09.2002, 00:31
by John Van Vliet
yea Saturn's rings have no shadow
runing win XP nVieda Gforce 2
BillyBob -NOT A BUG
Posted: 25.09.2002, 01:25
by billybob884
john Van Vliet wrote:Its not a bug. In the start file turn on the (gotolat/long -83.9 x 42.1 for Ann Arbor Mi. {
# select { object "Sol/Jupiter/Io" }
select { object "Sol/Earth" }
follow {}
select { object "Sol" }
lock {}
select { object "Sol/Earth" }
gotoloc { position [ -19100 0 0 ] time 0.1 yrot 90 }
wait { duration 0.1 }
follow {}
# goto { time 5 }
# gotolonglat { time 0 distance 1e11 longitude 0 latitude 0 }
gotolonglat { time 0 distance 2.5 longitude -83.9 latitude 42.1 }
# wait { duration 0.1 }
# orbit { axis [ 0 1 0 ] rate 10 duration 7 }
# goto { time 5 distance 10 }
# wait { duration 5.0 }
}
Thanks a bunch!