Recent content by infotechggs

  1. I

    C++ Question oapiOpenDialogEx on Orbiter_NG plugin

    Thanks to Face i've learned how to use "opcOpenRenderViewport" to automatic launch an opendialog at scenario boot, but the same module does not work when i disable D3D9. Now the question is: is there a way to use oapiOpenDialogEx without a Render mode??? I need to use (just for example) the...
  2. I

    SDK Question Orbiter NG Plugin

    Open addictional windows with Orbiter_NG Thank you Face. I've posted the code in order to help also the other members of the forum just in case. So, following your suggestion i've moved part of the initmodule code into opcOpenRenderViewport. This code is fully functional and start a windows...
  3. I

    SDK Question Orbiter NG Plugin

    custom plug-in Hy Face, starting from the following code i tried without success to open a GUI at Orbiter Startup even with D3D9 enabled. What do you think will be the solution to this problem? #define ORBITER_MODULE #define STRICT #include "Orbitersdk.h" // Global variables int g_cmdID =...
  4. I

    SDK Question Orbiter NG Plugin

    Hi Face thanks for the quick response. As launcher bar i mean the Orbiter Custom Function by pressing CTRL+F4 that doesn not work with Orbiter NG. For example: i need to develop a plugin like SCNEditor that work with Orbiter NG. Thanks Enrico
  5. I

    SDK Question Orbiter NG Plugin

    Question in details: By launching the Orbiter NG version without the D3D9 it is not possible to interface with the plugin launcher bar. For example, typing the word 'gui' starts a very limited plugin. Does anyone know if it is possible to create a plugin for the Orbiter NG (No graphics) version?
  6. I

    Updates Tiangong 1 reentry

    Hi Cris, i can perform a reentry simulation for the tiangong using orbiter, or better i can try to simulate approaching some info and coefficients,just give me some time to do it. Just for curiosity,which type of software did you use to plot the space weather on this picture?
  7. I

    Advanced Question Change Solar Flux 10.7

    Dear Brian, this is the final code /////////////////////////////////////////////// double GetAtmospheredata(CELBODY* planet, double Altitude)// alt in meters { if (planet==NULL) { return 0.0; }; ATMPARAM atm; ATMOSPHERE* atm2; ATMOSPHERE::PRM_IN inparam ; ATMOSPHERE::PRM_OUT outparam...
  8. I

    Hello friends

    Thanks :thumbup:
  9. I

    Advanced Question Change Solar Flux 10.7

    Dear friend,following this post and the Martins suggestion http://www.orbiter-forum.com/showthread.php?p=224490&highlight=f107#post224490 with this code i'm able to get the atmosferics data (T,rho,p) just passing the altitude ////////////Function 1 double GetAtmospheredata(CELBODY* planet...
  10. I

    Hello friends

    Hello to every Orbiter andAero-Space enthusiast. I simulate for job but expecially for Fun....... i'm lucky.
Top