Page 1 of 1

Question about views

Posted: 14.01.2007, 21:00
by draccomalfoy
Hi, I am spanish and new in this forums, if i sound weird is because of that.

I am trying to view only the planet i choose but when I select not to show planets in the Options menu, all of them dissapear. What i want is for example, select on planet of saturno, and make all the rest dissapear, so I can record a video only for those Planets I want.

Is there any way to make dissapear all planets but one?

Posted: 15.01.2007, 00:13
by Chuft-Captain
In data/solarsys.ssc, comment out or remove planets you don't want leaving only the one you are interested in.
You'll need to restart celestia each time you edit the file.

I reccomend you take a backup of the file before you do this so you can restore later.

Posted: 15.01.2007, 07:44
by draccomalfoy
thanks a lot, the idea of this purpose is that i wanted to make an animation and take each planet in saturn orbit, the problem is that the other planets get in the way when i want to make the movie, and the new problem I have with your idea is that if I close celestia each time then i would loose the point of view from where i take the movie, but maybe there is a way to save the exact camera position so I can close and open celestia at the exat same point.

Thanks again for your help :)

Posted: 15.01.2007, 11:42
by Chuft-Captain
draccomalfoy wrote: but maybe there is a way to save the exact camera position so I can close and open celestia at the exat same point.

Thanks again for your help :)

That's exactly what celURL's are for. At any point you can type ctrl/C which stores the position in the cut/paste buffer as a celURL which can then
be pasted into any HTML page as a link.
Clicking on it then starts Celestia (if not already started) and takes you to that position.

eg. Click on this one: cel://SyncOrbit/Earth/2007-01-15T06:10: ... 659&lm=775

Posted: 15.01.2007, 11:47
by draccomalfoy
Capitan, muchas gracias por todas las explicaciones, intentare hacer lo de los planetas, gracias a estos 2 trucos que me has dicho podre sacar los gifs. Cuando lo tenga echo lo posteare aqui para compartirlo y que veas lo que pretendia hacer.

Saludos :)

PD: Sorry I was so happy to have the problem solved I had completely forgotten I am in an english forum xD :P, the traslation from above:
Captain, thanks a lot for all the explanations, I'll try to do the planets thing, I will be able to do some gifs with these 2 tricks u gave me.
When I jave all done I'll post it here to share so u can see what i was trying to do
:)

Posted: 15.01.2007, 20:34
by draccomalfoy
I have a new problem now, when y erase saturn, all its moon dissapear, how can i make it invisible?

Posted: 15.01.2007, 20:39
by selden
You can insert

Class "invisible"

in the definition of the planet.

You do not have to edit the solarsys.ssc catalog file itself to make this change. In the /extras/ directory where you are developing your project, you can create an SSC catalog which contains this:

Code: Select all

Modify "Saturn" "Sol" { Class "invisible" }

Posted: 15.01.2007, 21:59
by draccomalfoy
WOW selden, this is great, thanks a lot :), just what i was looking for ^^

Posted: 15.01.2007, 22:02
by selden
You are very welcome.