Page 1 of 1

FOV problem

Posted: 18.08.2003, 09:40
by HB
Hi folks,

I've been playing around with different kind of *.cel script files, for instance the setting of FOV, other then the default 19 degrees. However, after changing the windowsize the FOV returns allways to 19 degrees. The same happened if you minimize the window and return to the previous format.

WinXp 750Mhz, 512Mbram, Nvidia gforce2 32Mb.

Posted: 18.08.2003, 14:36
by selden
HB,

You neglected to say which version of Celestia you're having problems with. My understanding is that the FOV code has undergone extensive rework since 1.3.0final.

Field of View

Posted: 19.08.2003, 07:20
by Guest
Hi Selden,

The version of Celestia which I use is compiled from the latest CVS sourcefiles, from a few day ago.

FOV problem

Posted: 19.08.2003, 07:26
by HB
The previous message came from me. I've got a loginproblem :?

Posted: 19.08.2003, 12:38
by Psykotik
I've exactly the same problem with Celestia 1.3pre 6. I didn't like the new FOV value, so I changed it in the start.cel. But everytime I go to the Celestia menu, the FOV goes back to the default value.

WinXP AMD 1,4 Ghz RAM 1 Go Nvidia Geforce FX 5600 with MSI 44.03 driver

Posted: 19.08.2003, 17:44
by HankR
I believe the problem here is that the FOV is now derived from the zoom factor. The script command fails to update the zoom, so the FOV change is lost. This should be easy to fix. I think all that's required is inserting a call to setZoomFromFOV in the command code.

- Hank