If "invisible" class definitions are used in ssc files for objects on or spacecraft orbiting a planet then the eclipse finder, in lunar mode, enters an endless loop and celestia has to aborted. It is not clear but "component" class may exhibit the same problem.
Celestia 1.6.0. and svn variarions up to 5063 (new stars and orbit render)
Regards, David.
Eclipse finder fails if "invisible" class definitions are us
Eclipse finder fails if "invisible" class definitions are us
Celestia svn 5178
Sony Vaio VPCF12c5E laptop Intel(R) Core(TM) i5 CPU M 450 @ 2.4GHz, 500gb hard drive, 1Gb nvidea GeForce GT 330M GPU Open GL 2.0, Windows 7 Professional 64 bit. Fully updated.
Sony Vaio VPCF12c5E laptop Intel(R) Core(TM) i5 CPU M 450 @ 2.4GHz, 500gb hard drive, 1Gb nvidea GeForce GT 330M GPU Open GL 2.0, Windows 7 Professional 64 bit. Fully updated.
Re: Eclipse finder fails if "invisible" class definitions ar
Here's an SSC to demonstrate the problem.
Code: Select all
# This SSC demonstrates a bug in Celestia's Eclipse Finder
# when Class "invisible" or Class "component" is specified
# the Lunar Eclipse Finder hangs (or goes into an infinite loop, perhaps)
# The Lunar Eclipse Finder also hangs if no Class is specified for a
# SurfaceObject.
# When both Class statements are replaced by Class "spacecraft",
# the Lunar Eclipse Finder works fine.
SurfaceObject "efb1" "Sol/Earth"
{
# Class "invisible"
Class "spacecraft"
Radius 0.0125
Color [ 0 1 0 ]
FixedPosition { Planetographic [ -107.6177275 34.0787492 2.124]}
FixedRotation {}
}
SurfaceObject "efb2" "Sol/Earth"
{
# Class "component"
Class "spacecraft"
Radius 0.0125
Color [ 1 0 0 ]
FixedPosition { Planetographic [ -107.6177275 34.0787492 2.15]}
FixedRotation {}
}
Selden
Re: Eclipse finder fails if "invisible" class definitions ar
Thanks for the clearer explanation.
Regards, David
Regards, David
Celestia svn 5178
Sony Vaio VPCF12c5E laptop Intel(R) Core(TM) i5 CPU M 450 @ 2.4GHz, 500gb hard drive, 1Gb nvidea GeForce GT 330M GPU Open GL 2.0, Windows 7 Professional 64 bit. Fully updated.
Sony Vaio VPCF12c5E laptop Intel(R) Core(TM) i5 CPU M 450 @ 2.4GHz, 500gb hard drive, 1Gb nvidea GeForce GT 330M GPU Open GL 2.0, Windows 7 Professional 64 bit. Fully updated.