dimforge / rapier.rs

Official website for the Rapier physics engine.
https://rapier.rs
20 stars 49 forks source link

update joint limits and sensor examples #48

Closed theshortcut closed 1 year ago

theshortcut commented 2 years ago

Fixes a couple examples in documentation using outdated .insert(Sensor(true)) and PrismaticJointBuilder::limit_axis syntax.

sebcrozet commented 1 year ago

Thanks!