Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dimforge/rapier3d-compat

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dimforge/rapier3d-compat - npm Package Versions

1
8

0.0.0-31a058c-20230115

Diff

sebcrozet
published 0.0.0-89734ff-20221126 •

sebcrozet
published 0.0.0-77c00c8-20221124 •

sebcrozet
published 0.0.0-69b999a-20221124 •

sebcrozet
published 0.10.0 •

Changelog

Source

0.10.0 (2022-11-06)

Added
  • Add World.createCharacterController, World.removeCharacterController to create/remove a kinematic character controller.
  • Add a character-controller implementation with the KinematicCharacterController class and its method KinematicCharacterController.computeColliderMovement. The character controller features currently supported are:
    • Slide on uneven terrains
    • Interaction with dynamic bodies.
    • Climb stairs automatically.
    • Automatically snap the body to the floor when going downstairs.
    • Prevent sliding up slopes that are too steep
    • Prevent sliding down slopes that are not steep enough
    • Interactions with moving platforms.
    • Report information on the obstacles it hit on its path.
  • Add the HalfSpace (infinite plane) shape. Colliders with this shape can be built using ColliderDesc.halfspace.
Modified
  • Change the signature of Collider.castShape and World.castShape by adding a boolean argument stop_at_penetration before the filter-related arguments. Set this argument to true to get the same result as before. If this is set to false and the shape being cast starts it path already intersecting another shape, then a hit won’t be returned with that intersecting shape unless the casting movement would result in more penetrations.
  • Reduce rounding errors in 3D when setting the rotation of a rigid-body or collider.
Fixed
  • Fix incorrect application of torque if the torque is applies right after setting the rigid-body’s position, but before calling World.step.
sebcrozet
published 0.0.0-fc7ade6-20221106 •

sebcrozet
published 0.0.0-bc4601d-20221031 •

sebcrozet
published 0.0.0-b7670dd-20221030 •

sebcrozet
published 0.0.0-18ced6c-20221030 •

sebcrozet
published 0.0.0-103586e-20221016 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc