Recent content by Sword7

  1. S

    MFD New EARTH MFD

    That is similar like SpaceX tracking during Falcon 9 launches. I like that MFD package. I like to see tracking above ground. How high altitude current launch is.
  2. S

    Linux playground

    I checked but I already have Nvidia drivers v580 and MesaGL interface installed. I think that MesaGL cause orbiter to crash. I will figure out later. I installed Fedora 44 from scratch on my other drive. I was able run Orbiter without any issues. I recompiled them with new GCC 16 compilers.
  3. S

    Linux playground

    Yeah. I am using vanilla install (fresh install). Should I install Nvidia drivers or so?
  4. S

    Linux playground

    When OpenGL client starts, it just displayed blue screen but, immediately crashed. Here is log file did not say anything wrong I decided to run gdb and it crashed in CloudTile::Render();
  5. S

    Linux playground

    I tried to run orbiter on Ubuntu 26.04. OGL client crashed after launching from menu. There are no log files. Ubuntu 26.04 replaced old X11 code with new Wayland for HDR support.
  6. S

    Planetshine - need algorithms

    Ok, got it now. Thanks for info. Yes, that called zodiacal light that was reflected from interplanetary dust. Full moon reflected 12% (albedo .12) sunlight and shines on Earth. At night, I can see anything without flashlight! Astronauts were able taking a picture of night side of earth.
  7. S

    Planetshine - need algorithms

    Yeah. Solution is using HDR (10-bit color depth).
  8. S

    Planetshine - need algorithms

    I had seen new photos from Artemis II lunar flyby. Astronauts took some photos during solar eclipse. I saw the dark crescent on northwestern moon. Sun shines on earth but it reflected 30% of sunrays (albedo .30) and shines on moon. I googled and found some information. Also, something...
  9. S

    General Question Enjoying Orbiter as a Totally Blind User

    So impressive! Blind astronaut/pilot can fly/orbit!
  10. S

    RTC (relative to center) method - eliminating jittering

    I read a book called "3D Engine Design for Virtual Globes". I learned a lot about globe rendering. Read page 164-169 about RTC (relative to center) in the chapter 5 (Vertex Transform Precision). I noticed that Orbiter uses RTC method to eliminate jittering. With RTC method, geometry object...
  11. S

    Gravity gradient torque

    Folks, That is very new to me when I research some. I now learned that NASA launched rockets into the parking orbit. I noticed that rockets do not follow orbital path so that its orientation is fixed around orbit. Rockets were slowly flipped back. When they are ready to leave earth, they...
  12. S

    Local horizon coordinate system

    I resolved all matrix problems by using my Wolfman Alpha Pro account. Multiplying matrices are easily confusing. I analyzed them by using minus and plus, swapped cos/sin, etc. Corrected formula: // Set rotation matrix for local horizon frame // for right-handed rule (OpenGL). Points // to...
  13. S

    Resolved '$' characters are interpreted as LaTeX formulas

    Thanks for let us know. I noticed that math code is not interpreted anymore in my other topics.
  14. S

    Linux playground

    I re-installed Ubuntu 25.04 on my new SSD drive with faster USB 3,2 gen 2x2 enclosure. Required libraries for Ubuntu: sudo apt install doxygen libfontconfig-dev libglfw3-dev libsndfile1-dev libglm-dev libopenal-dev But I tried to compile orbiter but got some linking errors. make[2]: *** No...
  15. S

    Orbiter 2024 Release

    Yeah. We can implement 128-bit fixed. 96-bit field is kilometer unit that covers Milky Way galaxy and nearby galaxies so that it is micrometer accuracy, when we are entering system, set astrocenteric coordinates to (0, 0, 0) at relative 128-bit fixed. I got an idea myself. Update: I looked...
Back
Top