Search results

  1. M

    News NASA HL-20

    HL-20 PLS/CERV v1.0 :cheers:
  2. M

    Project Spiral mig-105

    Further progress .... who goes up .... comes last I put solar panels that charge the batteries during orbital night stop to load. The electrical system powers a hydraulic pump. Switch electrical system operates all the displays, MFD, etc., then wanting to turn on the light inside the...
  3. M

    Project Spiral mig-105

    then I start heating up the parameters of the shield, and slow the cooling rate, but how can I do?:idk: double atmTemp = 0.5*(GetAtmDensity()*(GetAirspeed()*GetAirspeed()*GetAirspeed()));
  4. M

    Project Spiral mig-105

    Reentry shield effect with MODULATEALPHA and spot light http://www.youtube.com/embed/HOnr1Af-X8A
  5. M

    OHM Vostok

    This add-on is great!!:10sign:
  6. M

    General Question Using GetAtmTemperature to get temperature above Earth's atmosphere

    Ok, but using these functions how do I get the name of the planet or moon in orbit when my ship?
  7. M

    General Question Using GetAtmTemperature to get temperature above Earth's atmosphere

    Well, I managed to do something with your help: VECTOR3 sun = _V(0,0,0); GetGlobalPos(sun); double sunDist = length(sun); double sunEnergy = SUNIRRADIANCE / (sunDist * sunDist); double sunDist1 = ((sunDist/1e9)) ; OBJHANDLE gravRef = GetGravityRef(); VECTOR3 gravRefPos...
  8. M

    General Question Using GetAtmTemperature to get temperature above Earth's atmosphere

    yes ok, so I wanted to create a formula that would allow me to switch from kinetic heat, heat radiation. If I go out with my ship by the atmosphere, the heat will decrease gradually because my ship will absorb more heat and less heat radiated kinetic. The radiated heat will be higher close to...
  9. M

    General Question Using GetAtmTemperature to get temperature above Earth's atmosphere

    I think this is the solution, I'll have to find ways to apply it. I also believe that the temperature in space should decrease when you move away from the sun, near the orbit of Mercury should be very high, while in the outer orbits of the planets should be very low.
  10. M

    C++ Question Searching a way to simulate a thruster

    is a very good code, increasing the numbers of crew members diminishes the autonomy
  11. M

    General Question Using GetAtmTemperature to get temperature above Earth's atmosphere

    I have a problem, I want to simulate the temperature in the empty space above the Earth's atmosphere in degrees Celsius. Using the function GetAtmTemperature above 100 km altitude the temperature is increased to 500 600 degrees, at an altitude of 2500 km the temperature falls to -273 °C...
  12. M

    C++ Question Searching a way to simulate a thruster

    It would be a good code to simulate the oxygen consumption of life support in a vessel ?
  13. M

    Project Spiral mig-105

    In this site I took a lot of information about http://www.buran-energia.com/spiral/gsr-desc.php http://www.buran.ru/htm/molniya3.htm
  14. M

    Project Spiral mig-105

    Work in progress Being alone the work is progressing a little slow, but progressing I also added a series of commands to the electrical and hydraulic section,r and life support
  15. M

    Project LBS (Lunar Booster Stage) V1

    http://www.speedyshare.com/files/26780097/LBS.rar
  16. M

    Project LBS (Lunar Booster Stage) V1

    I'll have to divide the texture in two ways cylindrical and planar
  17. M

    Project LBS (Lunar Booster Stage) V1

    Sorry for my bad english I can do this: somebody tot ell me how to apply the texture to the orbiter render of the vessel
  18. M

    Project LBS (Lunar Booster Stage) V1

    Convert your model in 3ds or obj format ,draw a simple texture for only part. I converting in mesh format the missile and dds format the texture,and mapping the model
  19. M

    OHM Jarvis Space Center

    Very nice!! :thumbup:
Back
Top