Improved Huygens Probe model & Cassini news

Post requests, images, descriptions and reports about work in progress here.
Topic author
JackHiggins
Posts: 1034
Joined: 16.12.2002
With us: 22 years 2 months
Location: People's Republic Of Cork, Ireland

Improved Huygens Probe model & Cassini news

Post #1by JackHiggins » 01.08.2003, 21:11

Hey all

I'm working on a better cassini model at the moment (reduced file size, proper colours etc...) and an obvious offshoot of that is an improved Huygens Probe model. This one is the exact same as what will be attached to cassini in the final thing, except it's on it's own.

You can download this new model from my site :arrow: http://homepage.eircom.net/~jackcelestia/ but here are a few screenshots first...

Image
Image
Image

Enjoy!

(Cassini model will be coming soon.... Probably tomorrow- maybe later tonight!)
- Jack Higgins
Jack's Celestia Add-ons
And visit my Celestia Gallery too!

Darkmiss
Posts: 1059
Joined: 20.08.2002
With us: 22 years 6 months
Location: London, England

Post #2by Darkmiss » 01.08.2003, 21:22

Ah great a new Cassini model.
Hopefully with a bit more colour than the one I found.
CPU- Intel Pentium Core 2 Quad ,2.40GHz
RAM- 2Gb 1066MHz DDR2
Motherboard- Gigabyte P35 DQ6
Video Card- Nvidia GeForce 8800 GTS + 640Mb
Hard Drives- 2 SATA Raptor 10000rpm 150GB
OS- Windows Vista Home Premium 32

Topic author
JackHiggins
Posts: 1034
Joined: 16.12.2002
With us: 22 years 2 months
Location: People's Republic Of Cork, Ireland

Post #3by JackHiggins » 01.08.2003, 21:55

Ah so it was from you that I got the original model! I couldn't remember who it was...

The original had every face in the mesh duplicated 3 times, but all merged into one object... In other words the file size was 3 times what it should have been... I had to hack away at each component & rebuild it bit by bit- but now it looks pretty good!

I didn't put any of the crinkly foil effect onto the new version (of cassini, not huygens), because you can't see the insulation covering, and that's what actually has the foil on it... I also put transparent cylinders coming out of each side to balance the rotation- so it really looks like it's rotating around a centre of gravity!

Anyway... I'll almost definitely be putting it up on my site tonight- give me an hour or so!!
- Jack Higgins

Jack's Celestia Add-ons

And visit my Celestia Gallery too!

granthutchison
Developer
Posts: 1863
Joined: 21.11.2002
With us: 22 years 3 months

Post #4by granthutchison » 01.08.2003, 22:02

Jack:
New versions of Celestia will let you specify the the rotation centre for a mesh object using

Code: Select all

 MeshCenter [ x y z ]
where [ x y z ] is a vector specifying the offset between the centre of the bounding box and the centre of the mesh object.
Should save you having to do that (cunning!) thing with the transparent cylinders.

Grant

Topic author
JackHiggins
Posts: 1034
Joined: 16.12.2002
With us: 22 years 2 months
Location: People's Republic Of Cork, Ireland

Post #5by JackHiggins » 01.08.2003, 23:35

Grant wrote:Jack:
New versions of Celestia will let you specify the the rotation centre for a mesh object using

Code: Select all

MeshCenter [ x y z ]

where [ x y z ] is a vector specifying the offset between the centre of the bounding box and the centre of the mesh object.
Should save you having to do that (cunning!) thing with the transparent cylinders.

Grant

Brilliant!! :D That could be handy for asteroids too i suppose- where the centre of gravity wouldn't necessarily be where celestia thinks it is!
- Jack Higgins

Jack's Celestia Add-ons

And visit my Celestia Gallery too!

granthutchison
Developer
Posts: 1863
Joined: 21.11.2002
With us: 22 years 3 months

Post #6by granthutchison » 01.08.2003, 23:41

JackHiggins wrote:That could be handy for asteroids too i suppose- where the centre of gravity wouldn't necessarily be where celestia thinks it is!
Yes indeed - I've recently finished respecifying the rotation for various 3ds objects in Celestia. It's also vital in order to get Locations to display correctly on 3ds objects - otherwise the lat & long are plotted relative to the bounding box centre, and so end up plotted skewed on the surface of the mesh object.

Grant

Topic author
JackHiggins
Posts: 1034
Joined: 16.12.2002
With us: 22 years 2 months
Location: People's Republic Of Cork, Ireland

Post #7by JackHiggins » 03.08.2003, 21:15

granthutchinson wrote:Yes indeed - I've recently finished respecifying the rotation for various 3ds objects in Celestia. It's also vital in order to get Locations to display correctly on 3ds objects - otherwise the lat & long are plotted relative to the bounding box centre, and so end up plotted skewed on the surface of the mesh object.

Grant

I don't suppose that could also be used to simulate barycentres, could it? Obviously it wouldn't be the proper way to do it, but say for when you only have 2 bodies involved, like pluto-charon or a binary asteroid?
- Jack Higgins

Jack's Celestia Add-ons

And visit my Celestia Gallery too!

chris
Site Admin
Posts: 4211
Joined: 28.01.2002
With us: 23 years 1 month
Location: Seattle, Washington, USA

Post #8by chris » 03.08.2003, 22:19

don't suppose that could also be used to simulate barycentres, could it? Obviously it wouldn't be the proper way to do it, but say for when you only have 2 bodies involved, like pluto-charon or a binary asteroid?

No, I'm afraid MeshCenter can't be used for barycenters . . . It only works for mesh objects, and does so by actually modifying the mesh vertices. To simulate barycenters you'll still need to define an invisible object--that's the 'right' way anyhow.

--Chris


Return to “Add-on development”