Search results

  1. S

    Problem Sun

    Yeah. Sun should be sphere like planets, not billboard. There is procedural star rendering. Google it. https://icewyrmgames.github.io/examples/procedural-star-rendering/
  2. S

    Linux playground

    Yes, I agreed with that. Make sure that we can compile documents into PDF on Linux as well. DLL files are not needed. Just remove DLL files for Linux distro. That needs be all done for zip package.
  3. S

    Orbiter 2024 Release

    Does anyone to plane to update earth texture packages and others for L21 resolution level? We expect those several hundred gigabytes of texture packages. I think that torrent downloads are better than direct download for huge packages.
  4. S

    Orbiter 2024 Release

    Yes, I noticed that some time ago when I orbits around and observe planet earth. It needs to be fixed. We need document about how to import from USDA and others into tree pack files. I am figuring out which QIS application that I need to edit textures and insert them into tree pack files.
  5. S

    Linux playground

    Check GLFW documents about physical parameters from display. I found some function calls to get DPI rate and physical screen size for adjusting font size for high DPI displays. Tim
  6. S

    Collision detection vessel - vessel

    Yeah. I did not see any collision detection in that orbiter code for vessel collisions but only collision detection against surface in AddSurfaceForces function call in Vessel class. That needs to be implemented.
  7. S

    Discussion Setting Touchdown Points for Vessels on Solid Planet Surfaces I: The Mass Spring Damper Model

    Yes, I mean that if you release the brakes, DG will roll down to the bottom of the valley or crater.
  8. S

    Discussion Setting Touchdown Points for Vessels on Solid Planet Surfaces I: The Mass Spring Damper Model

    I think that we need ground softness depending on the runway (harder), sea, and soil (softer) applying to mass-spring-damper model. Also, need add some codes for rolling down on slopes to the bottom valley.
  9. S

    Discussion Setting Touchdown Points for Vessels on Solid Planet Surfaces I: The Mass Spring Damper Model

    Also, we would like to see implementing steering model for taxing to the runway from the hangar, etc. I was looking for some codes but Vessel.cpp do not have steering codes.
  10. S

    Discussion Setting Touchdown Points for Vessels on Solid Planet Surfaces I: The Mass Spring Damper Model

    Yeah. I now got it. I googled it and was able find some information. https://en.wikipedia.org/wiki/Mass-spring-damper_model Tim
  11. S

    Discussion Setting Touchdown Points for Vessels on Solid Planet Surfaces I: The Mass Spring Damper Model

    I was figuring what codes in Vessel.cpp for (Orbiter source codes). I now got it. Thanks for information. I assume that info came from vehicle dynamics book. Right? Tim
  12. S

    New Release Elv Tile Splitter V2

    I tried to download it but got page 404 error. link is broken.
  13. S

    Aircraft structure design

    I googled some and now discovered a few books showing how to design aircraft or spacecraft as delta glider or XR Vessels Aircraft Structures for Engineering Students - how to design fuselage structure with aerodynamics flow. General Aircraft Aviaton Design: Applied Methods and Procedures - how...
  14. S

    Linux playground

    Thanks. I successfully compiled all on Fedora 40 using GCC v14.1.1 compiler. I was able play it without any issues.
  15. S

    Linux playground

    @Gondo Please fix your nanovg code. GCC 14 compiler is now complaining about errors. They will no longer ably compile Orbiter for Linux on later distros with GCC 14 compilers. In file included from /home/sword7/sdata1/Projects/orbiter.vc/OVP/OGLClient/nanovg/src/nanovg.c:26...
  16. S

    Linux playground

    I tried to compile Orbiter on new Fedora 40 system that was released a week ago but got compiling error with nanovg files. Here is dnf installs for Fedora 40 system. I am compiling them with new GCC 14.0 compiler package. sudo dnf groupinstall "Development Tools" "Development Libraries" sudo...
  17. S

    Advanced Question 3D modelling for Orbiter

    I tried to click some above, but I was told that contents are no longer available. Also, that video show blender is very old version. The latest version is 4.0. Also, we need to learn how to use Blender for Orbiter. Also, we need to learn how to create high-resolution terrain tiles from...
  18. S

    Building OpenOrbiter Documentation

    Yeah. I did try to build documents on Windows. Yes, it needs to update some with latest version of Tex-Live and MikTex package. Linux support them so that needs some updates for Linux as well. Also, I noticed one of documents are not created for PDF because it is not finished. Also I...
  19. S

    Linux playground

    Does anyone plan to port tools in Utils directory to Linux platform like tileedit and texpack? I reviewed sources and they are very simple and easy to port them to Linux platform and others. Also, I saw M files in tileedit. Will they work on Scilab (open-source Matlab-like application)? Thanks.
  20. S

    Local horizon coordinate system

    Well, I finally recognized that I ended up in global frame when I tried to rotate camera around. I had to swap two rotations and all problems went away. Because it uses GLM library, that is opposite of Orbiter code that use its own vector math package. <global> = <local> * <reference frame>...
Back
Top