Giter VIP home page Giter VIP logo

Comments (2)

Karth42 avatar Karth42 commented on May 13, 2024

hey, thank you for feedback.

  1. it is not a bug by design. as primary description states, this simulation plugin does not simulate n-body physics. this means all orbits can't change over time, they are static. You need to setup orbit before launch (see my comment in other closed issue).

  2. not a bug by design. only attractor's mass affects orbit because this plugin implements simple 2-body solution of orbital motion, which means there is only one attractor in system.
    some additional notes to help you understand the idea:

  • when you create some solar system with multiple planets, each planet and its orbit is completely separated from each other (multiple separated closed systems).
  • simulated orbits independent from bodies hierarchy: planets orbiting sun, or moon orbiting planet, or spaceship orbiting moon - does not matter, all this orbits are completely self sufficient and independent.
  • if you want to create some complex systems, like binary stars, then you can use invisible barycenter as real attractor and make all stars to move around it in orbits with equal periods (apoapsises must be on opposite sides from barycenter).
  1. rigidbody or colliders components will never be used in this plugin because it adds unnecessary dependency on physics system, which affects performance. some project may not use native unity physics at all (if mobile platform, for example). however, nothing stops you from adding physics for yourself.

from simplekeplerorbits.

vinaygodara avatar vinaygodara commented on May 13, 2024

Thank-you soo much. Again your work is awesome .

from simplekeplerorbits.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.