FOV Glitch?

Report bugs, bug fixes and workarounds here.
Topic author
Darren
Posts: 2
Joined: 05.02.2005
With us: 19 years 8 months
Location: USA

FOV Glitch?

Post #1by Darren » 05.02.2005, 18:06

First of all, I start Celestia in full-screen mode using the --fullscreen switch. My resolution is 1024x768x32 on my desktop and in the Celestia program itself. I'm running Windows XP Pro SP2 with 1GB of PC2700 through a 1.2Ghz Athlon. I use the Asylum GeForce FX 5200 with 256MB of memory in the 8X AGP mode.

If I set my FOV using

Code: Select all

set {name "FOV" value 60.0}
in my start.cel, Celestia loads with the correct FOV. But, when I hover my cursor at the top of the screen to bring up the toolbar, the FOV resets back to the default 25.0.

Is there any way to "lock" the FOV setting so it wont change back to default when I unhide the toolbar?

Below is my simple start.cel code:

Code: Select all

{
# ... Beginning of script
  preloadtex { object "Sol/Earth" }
  select {object "Sol/Earth"}
  follow {}
  gotolonglat {time 0.0  distance 4.5  longitude -87.7833  latitude 0.0}
  wait   {duration 0.0}
  timerate {rate 1.0}
  set {name "FOV" value 60.0}
# End of script...
}


Thanks!

Sky Pilot
Posts: 99
Joined: 01.12.2004
With us: 19 years 10 months
Location: Moved recently from the Bihem System, now in Fort Worth, Texas, USA

Post #2by Sky Pilot » 05.02.2005, 18:09

Please help me understand FOV.
"In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move."

Evil Dr Ganymede
Posts: 1386
Joined: 06.06.2003
With us: 21 years 3 months

Post #3by Evil Dr Ganymede » 05.02.2005, 19:41

FOV = Field of view = how wide the view is.

Avatar
t00fri
Developer
Posts: 8772
Joined: 29.03.2002
Age: 22
With us: 22 years 6 months
Location: Hamburg, Germany

Post #4by t00fri » 05.02.2005, 20:04

Darren,

I can reproduce your observations even under Celestia-KDE (Linux) in the latest CVS version. That's clearly a bug.

Bye Fridger

Guest

Post #5by Guest » 05.02.2005, 22:50

Thanks. I was wanting a wider field of View for a planetarium mode script. It's kind of hard to implement for this beginner here, so I think I'll give up on that one.


t00fri wrote:Darren,

I can reproduce your observations even under Celestia-KDE (Linux) in the latest CVS version. That's clearly a bug.

Bye Fridger


Return to “Bugs”