Posts by ovr
- 22.03.2005, 16:09
- Forum: Development
- Topic: How to interf C++progr receiving sp.craft coord over network
- Replies: 4
- Views: 3248
Re: How to interf C++progr receiving sp.craft coord over network
Thanks for your fast comment. According to http://celestia.h-schmidt.net/celx-summary-1.1.html under 2.4.5 you can read:".....1.3.2 You can access the x-component directly by using position.x (this works for assignment too: position.x = 1)" , Sounds like a CELX/LUA-script should be able to set the p...
- 22.03.2005, 13:56
- Forum: Development
- Topic: How to interf C++progr receiving sp.craft coord over network
- Replies: 4
- Views: 3248
How to interf C++progr receiving sp.craft coord over network
Being new to Celestia and CELX it is not obvious for me how to get my small C++ application, which is receiving/decoding real time coordinate information and quaternions concerning current positioning + rotation of two satellites to update positions of my two spacecraftmodels sat1.3ds sat2.3ds in Ce...