UNPKG

@react-three/p2

Version:

2D physics based hooks for react-three-fiber

9 lines (8 loc) 370 B
export { addBodies } from './add-bodies' export { addConstraint } from './add-constraint' export { addRay } from './add-ray' export { addSpring } from './add-spring' export { addTopDownVehicle } from './add-topdown-vehicle' export { addKinematicCharacterController } from './add-kinematiccharacter-controller' export { init } from './init' export { step } from './step'