Search results

  1. H

    General Question Projection of the Cameraview

    Hi! I'm trying to figure out how the simulation environment displays the 3d-world on the (planar) screen. Is it just the way a pinhole camera works? Thanks! Huddi
  2. H

    SDK Question New to Plugins

    Hi! I've created my own VESSEL2 vessel. I would like to put the clbkDrawHUD function into a Plugin so that other Vessels can use it as well. Is this possible? Thanks! Huddi
  3. H

    Hill's Equations

    Hi, I'm trying to program a pathprediction for a docking maneuver situation. The Hill's equation (also known as Clohessy-Wiltshire) should - as I understand - exactly do this. This is how it is in Orbiter: -target (blue dot) is in a circular orbit -interceptor (red dot) about 500m behind...
  4. H

    SDK Question Handle to other Vessel (exception)

    Hi, if I validly call oapiGetVesselByIndex everything is all right. But if there is no Object for the Index entered, the program crashes. this try { ... } catch(...){}; does not work. What else can I do? Thanks, Huddi
  5. H

    SDK Question Dragonfly Sample

    Hi, I've got some questions about the Dragonfly sample. 1. This Vessel is not Vessel2 derived. Is there an easy way to change it to vessel2? 2. I can't find any function for the HUD. Just creating the Function clbkDrawHUD compiles fine, but has no result. 3. is there a reason for the...
  6. H

    SDK Question Orbit System

    Hi, I am trying to get the Tait-Bryan Angles to the Orbit System. I am able to get the equivalents to Yaw and Pitch by a few conversions. But I just cant find anything for the "bank-equivalent". This would be the rotation around the vessels longitudinal axis to the orbital plane. Can anybody...
  7. H

    SDK Question Get Attitude/Angles of Orbitsystem

    Hi, I just can't find any function to get the angles between my vessel and the Orbitsystem (or another vessel or the planetsurface). All I find are the angles to the ecpliptic, but only of my own vessel. can anybody help me? thanks
  8. H

    SDK Question are there new Samplecodes?

    Hi, did anybody modify the samples to VC++ 2005 and uploaded them somewhere? would save a lot of editing time :cheers:
  9. H

    .dll Question beginner in dll

    Hi, I use VC++ 2005 (standard edition). I tried to compile one of the samples in the sdk but it seems that i just can't get a dll file. -compiler says no errors -i got it on "release" -i get a folder "release" in which there are a couple of files but no dll I tried VC++ 6.0 and there was a...
  10. H

    SDK Question Head up Display

    Hi, I'd like to modify a few things in the HUD (not the artificial horizon), but I cant find the Code for it. Does anybody know where to find it? Thanks!
Back
Top