Posts by desmond5
- 10.07.2003, 16:02
- Forum: Physics and Astronomy
- Topic: Defining orbit and orbit description
- Replies: 1
- Views: 3396
Defining orbit and orbit description
I need to define a object's orbit. So far I defined orbit with these variable: FPitch : Single; FRoll : Single; FRotationSpeed : Single; FDistance : Single; Distance from Sun FTarget : TPlanet; FParent : TSun; But this doesn't allow to describe elliptical orbits. How is it done in Celestia ? Witch k...