See this link :
http://photojournal.jpl.nasa.gov/catalog/PIA02531
There is a bright streak near the south pole of Amalthea and this could be put in its texture.Additionally,there is a "sawtooth" terminator,that I don?t know if it is in the model/texture.
Last,a curiosity : Galileo was supposed to pass much nearer to the jovian moon,but we don?t have more detailed pictures.Was Galileo?s camera shut down in this passage?
Amalthea textures need correction
-
- Developer
- Posts: 1863
- Joined: 21.11.2002
- With us: 22 years
-
- Posts: 1048
- Joined: 19.10.2003
- With us: 21 years 1 month
- Location: Germantown, Ohio - USA
Daniel,
The "sawtooth" effect you mentioned can be repaired by using Jestr's new model of Amalthea. Keep in mind, however, that you have to be using Celestia 1.3.2 Pre1 or later (I think!) in order to get the correct orientation now.
Have a look at this topic for more information on Jestr's website(s)?
Hope that helps...
Take care, Bob
The "sawtooth" effect you mentioned can be repaired by using Jestr's new model of Amalthea. Keep in mind, however, that you have to be using Celestia 1.3.2 Pre1 or later (I think!) in order to get the correct orientation now.
Have a look at this topic for more information on Jestr's website(s)?
Hope that helps...
Take care, Bob
Bob Hegwood
Windows XP-SP2, 256Meg 1024x768 Resolution
Intel Celeron 1400 MHz CPU
Intel 82815 Graphics Controller
OpenGL Version: 1.1.2 - Build 4.13.01.3196
Celestia 1.4.0 Pre6 FT1
Windows XP-SP2, 256Meg 1024x768 Resolution
Intel Celeron 1400 MHz CPU
Intel 82815 Graphics Controller
OpenGL Version: 1.1.2 - Build 4.13.01.3196
Celestia 1.4.0 Pre6 FT1
-
- Developer
- Posts: 1863
- Joined: 21.11.2002
- With us: 22 years
-
- Posts: 1048
- Joined: 19.10.2003
- With us: 21 years 1 month
- Location: Germantown, Ohio - USA
Sorry Mr. Hutchison...
The original model which came with Celestia *also* had a sawtooth effect on it - from the mesh of the model I presume.
I stand (or sit) corrected once again. I'll just keep my mouth shut from now on.
Thanks, Bob
The original model which came with Celestia *also* had a sawtooth effect on it - from the mesh of the model I presume.
I stand (or sit) corrected once again. I'll just keep my mouth shut from now on.
Thanks, Bob
Bob Hegwood
Windows XP-SP2, 256Meg 1024x768 Resolution
Intel Celeron 1400 MHz CPU
Intel 82815 Graphics Controller
OpenGL Version: 1.1.2 - Build 4.13.01.3196
Celestia 1.4.0 Pre6 FT1
Windows XP-SP2, 256Meg 1024x768 Resolution
Intel Celeron 1400 MHz CPU
Intel 82815 Graphics Controller
OpenGL Version: 1.1.2 - Build 4.13.01.3196
Celestia 1.4.0 Pre6 FT1
-
- Posts: 24
- Joined: 17.12.2003
- With us: 20 years 11 months
Maybe, maybe not
Two kinds of sawtooth effects are at work in the mesh - 1) from the
fixed threshold for sharp edge rendering under OpenGL/DirectX, and
2) because the seam between -180 degrees and +180 degrees in the
adaptations from spherical coordinates in most of the meshes was never
closed, graphics cards don't blend pixel values between the two surfaces.
Problem 1) is easily fixed by local editing to slightly adjust points
on the sharp edge (and perhaps adjacent) in your favorite 3d
modeling program, so that the edge is rendered as rounded. If you don't
give a damn about filesize or framerate, you can also subdivide faces
(a common solution hereabouts), which accomplishes the same thing
because many 3d programs will just try to minimise angles between
face normals when they subdivide. Problem 2) is addressed
by merging points in the mesh that are closer than some tiny threshold.
I made my own version, with a fixed mesh (actually, I've fixed the
meshes of every single 'real' minor planet or asteroid I've found - not
including Jestr's lovely but fanciful creations), and new texture based
on Phil Stooke's map that looks more like the Voyager image (http://www.solarviews.com/cap/jup/amalthea.htm) than the blood-red of the distribution texture. I could post it to my 1-day old website if
there's a demand.
fixed threshold for sharp edge rendering under OpenGL/DirectX, and
2) because the seam between -180 degrees and +180 degrees in the
adaptations from spherical coordinates in most of the meshes was never
closed, graphics cards don't blend pixel values between the two surfaces.
Problem 1) is easily fixed by local editing to slightly adjust points
on the sharp edge (and perhaps adjacent) in your favorite 3d
modeling program, so that the edge is rendered as rounded. If you don't
give a damn about filesize or framerate, you can also subdivide faces
(a common solution hereabouts), which accomplishes the same thing
because many 3d programs will just try to minimise angles between
face normals when they subdivide. Problem 2) is addressed
by merging points in the mesh that are closer than some tiny threshold.
I made my own version, with a fixed mesh (actually, I've fixed the
meshes of every single 'real' minor planet or asteroid I've found - not
including Jestr's lovely but fanciful creations), and new texture based
on Phil Stooke's map that looks more like the Voyager image (http://www.solarviews.com/cap/jup/amalthea.htm) than the blood-red of the distribution texture. I could post it to my 1-day old website if
there's a demand.