Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RapierPhysics: Rapier physics example Improvement #28203

Open
wants to merge 10 commits into
base: dev
Choose a base branch
from

Commits on Apr 23, 2024

  1. refactor: improve RapierPhysics helper accessibility

    ### Description
    
    - Migrate the **old function** implementation to the **class** version
    - `Expose` more Rapier properties (`rigidBody`, `collider`, ...)
      - Store more `RAPIER` props in the `WeakMap`
    - Add comments (with types support) using `JsDoc`
    Neosoulink committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    ef37a25 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. feat: add keyDown interactions

    ### Description
    
    - Use `addToWorld` instead of `addSceneToWorld`
    - Add Window `keyboard` event to apply impulse to objects (to shake)
    Neosoulink committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    1cf7f7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    441fd60 View commit details
    Browse the repository at this point in the history
  3. feat: disposal methods

    Neosoulink committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8636675 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a2d9fb View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Configuration menu
    Copy the full SHA
    1f70406 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. refactor: correct typo

    Neosoulink committed May 12, 2024
    Configuration menu
    Copy the full SHA
    34a04d2 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    de7b00b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8644e0 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    e087f60 View commit details
    Browse the repository at this point in the history