Skip to content

Releases: pmndrs/use-cannon

v0.6.1

12 Mar 16:49
21afe79
Compare
Choose a tag to compare
  • Disabled source maps in production build (#167)

v0.6.0

26 Feb 00:16
Compare
Choose a tag to compare
  • This release drops support for passing THREE.Geometry (deprecated as of r125) for convenience to useTrimesh and useConvexPolyhedron, examples updated accordingly. (#159)
  • Allows userData attribute use (#158)

v0.5.5

15 Feb 22:04
Compare
Choose a tag to compare
  • Make the stepping frame rate independent (#160)
  • implements RaycastVehicle (#156)

v0.5.4

03 Feb 03:28
888d630
Compare
Choose a tag to compare
  • Expose bodies' collisionResponse property (#146)
  • Combine frame & sync ops to avoid erratic renders (#155)
  • Convert worker to static import (#145)
  • Call body.updateMassProperties() when calling api.mass.set(x) (#144)
  • Fix example's init error, bring syntax up to date with r3f v5
  • Additional gl.xr checking
  • Minor dependency updates

v0.5.3

23 Sep 17:05
Compare
Choose a tag to compare
  • Fix bug with constraint cleanup (fix removeConstraint in worker) #116

v0.5.2

15 Sep 02:17
Compare
Choose a tag to compare
  • Export hook types #113

v0.5.1

08 Sep 01:24
Compare
Choose a tag to compare
  • Fix physics pausing in WebVR presentation mode #100

v0.5.0

06 Jul 19:43
Compare
Choose a tag to compare
  • Update Box args to use extents [x, y, z] instead of halfExtents [x/2, y/2, z/2]. This affects both useBox and useCompoundBody.

v0.4.9

17 Jun 19:41
Compare
Choose a tag to compare
  • Fix useBox args default values bug from v0.4.7

v0.4.8

15 Sep 02:17
Compare
Choose a tag to compare
  • Fix unresolved worker_threads with new version of worker-loader