Описание тега cannon.js

NoneCannon.js is a lightweight and simple 3D physics engine for the web.

cannon.js is a lightweight and simple 3D physics engine for the web.

What is cannon.js?

Inspired by three.js and ammo.js, and driven by the fact that the web lacks a physics engine, here comes cannon.js.

Features

  • Lightweight, smaller file size than physics engine ports, such as ammo.js and JigLibJS.
  • 100% open source JavaScript, written from scratch.
  • Uses an iterative Gauss-Seidel solver to solve constraints.
  • Uses the SPOOK stepper.