Unfortunately, your link doesn't work for me.
To display a model in Celestia, you have to create an SSC (Solar System Catalog) file which defines where the object is, how big it is and what model file to use.
e.g.
Code: Select all
"my_asteroid" "Sol" {
Radius 100
Mesh "my_asteroid.3ds"
EllipticalOrbit {
SemiMajorAxis 3
Period 5.2
}
}
There are many additional options you can use to control its appearance, location and orientation. You need to spend some time studying the SSC documentation that's available on the MotherLode at
http://celestiamotherlode.net/catalog/d ... ation.html
Also, you probably should read the Web page
http://www.lepp.cornell.edu/~seb/celest ... intro.html
so you understand how Addons should be organized.