Releases: pmndrs/use-cannon
Releases Β· pmndrs/use-cannon
v0.6.1
- Disabled source maps in production build (#167)
v0.6.0
- 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
- Make the stepping frame rate independent (#160)
- implements
RaycastVehicle
(#156)
v0.5.4
- 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
- Fix bug with constraint cleanup (fix removeConstraint in worker) #116
v0.5.1
- Fix physics pausing in WebVR presentation mode #100
v0.5.0
- 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
- Fix
useBox
args
default values bug from v0.4.7
v0.4.8
- Fix unresolved
worker_threads
with new version of worker-loader