Posts by MARKS
- 23.11.2008, 17:56
- Forum: Development
- Topic: Help with ::cachingorbit
- Replies: 0
- Views: 2023
Help with ::cachingorbit
Hello all, I would like to put an object inside celestia, using a new class which inherits cachingOrbit, as IoOrbit do. I took as a model IoOrbit, but I can't understand how to link ComputeGalileanElements and their variables(gamma, phi, psi, sigma, etc) with the Elliptical Orbit elements, and I don...
- 11.10.2008, 18:22
- Forum: Scripting
- Topic: How to do a lua tool to record an avi file???
- Replies: 5
- Views: 5595
Re: How to do a lua tool to record an avi file???
Thanks to both, Selden and Vincent. I've tried with takescreenshot command as Selden told, with a while loop, but that stops a goto command, and I get ten screenshots which are the same view, so itsn't what i'm looking for. I was trying to compile the whole code of celestia, I tried with mvs2003, mv...
- 10.10.2008, 18:38
- Forum: Scripting
- Topic: How to do a lua tool to record an avi file???
- Replies: 5
- Views: 5595
Re: How to do a lua tool to record an avi file???
Hi, all. Although my English is very poor, I'll try to explain me better. What I want to do is use the classes movicapture and avicapture in a lua script. I know that there aren't classes in lua scripts, but is it possible to use that classes from a lua script, like in cxclass.lua in the lua edu too...
- 09.10.2008, 21:40
- Forum: Scripting
- Topic: How to do a lua tool to record an avi file???
- Replies: 5
- Views: 5595
How to do a lua tool to record an avi file???
Hello all, I would like to do a kind of new tool in lua, like the edu tools, concerned to record an avi file. I did the menu with a record button and the stop button. I start reading the code in avicapture.h, avicapture.cpp and moviecapture.h, but I don't know how to manage to use them in a lua file...
- 30.06.2008, 16:34
- Forum: Scripting
- Topic: Is it possible to change the xyz file??
- Replies: 3
- Views: 3905
Re: Is it possible to change the xyz file??
Hi Selden, thank you for your answer. But what I'm trying to do is to generate diferents xyz files with a matlab menu aplication, and then, within a specific time, I want to charge that xyz files, while Celestia is running. Is there any way to do that? Or the only way to change trayectories is by us...
- 30.06.2008, 12:01
- Forum: Scripting
- Topic: Is it possible to change the xyz file??
- Replies: 3
- Views: 3905
Is it possible to change the xyz file??
Hello all, i would like to know if there is a function or something to change a xyz file while celestia is running, in order to change the tayectory of a satellite. For example if it has an engine, which is turn on in a specific time, to change its trayectory. Sorry for my poor English, and thank yo...
- 25.03.2008, 18:04
- Forum: Scripting
- Topic: Is there any way to call an exe file from a celx script??
- Replies: 3
- Views: 4393
Re: Is there any way to call an exe file from a celx script??
Thank you Vincent for your answer, it works perfectly.
- 15.03.2008, 19:04
- Forum: Scripting
- Topic: Is there any way to call an exe file from a celx script??
- Replies: 3
- Views: 4393
Is there any way to call an exe file from a celx script??
Hello all, I'm trying to use a matlab function to get an XYZ file and I'd like to call this function from a celx script. I've read lots of topics related with this issue, but I haven't got any answer to my question. So, if anybody can tell me any information about that, i'll be very grateful. Sorry ...