cannon-es-debugger

Wireframe debugger for use with cannon-es https://github.com/react-spring/cannon-es

MIT License

Stars
101
Committers
6

Bot releases are hidden (Show)

cannon-es-debugger - v1.0.0 Latest Release

Published by marcofugaro almost 3 years ago

BREAKING

  • The autoUpdate behaviour has been removed, you now have to call cannonDebugger.update() in a requestAnimationFrame loop. #22
  • The second argument is now just world instead of world.bodies for compatibility with the original cannon.js #22

🐛 Bugfixes

  • Fix z-fighting of plane wireframe 7d8e817099c28ef8684dff368e15a3aa4eac9fc5
cannon-es-debugger - v0.1.4

Published by stockhuman over 3 years ago

Switches rendering strategy for Heightfields, improving performance and compatibility. (#13)
Note: this uses Array.flatMap, which is an ES10 feature.

cannon-es-debugger - v0.1.2

Published by marcofugaro over 3 years ago

  • Fix error with three 0.125.x regarding the use of deprecated Geometry internally
cannon-es-debugger - v0.1.1

Published by marcofugaro over 3 years ago

  • Support fixed Cylinder with type === Shape.types.CYLINDER
cannon-es-debugger - v0.1.0

Published by marcofugaro almost 4 years ago

  • Add the autoUpdate option
  • Expose the update() method
cannon-es-debugger - v0.0.4

Published by codynova about 4 years ago

  • Update build to output ES modules as well as CJS #3
cannon-es-debugger - v0.0.3

Published by codynova about 4 years ago

  • Update devDependencies, peerDependencies, and package.json fields #1
cannon-es-debugger - v0.0.2

Published by codynova over 4 years ago

cannon-es-debugger - v0.0.1

Published by codynova over 4 years ago

cannon-es-debugger - v0.0.1-alpha.2

Published by codynova over 4 years ago