topical media & game development

talk show tell print

mobile-query-three-plugins-cannonjs-vendor-cannon.js-src-Cannon.js / js



  
logo About cannon.js is a lightweight 3D physics engine for web applications. For more information and source code, go to the Github repository [schteppe/cannon.js](github.com/schteppe/cannon.js).

  
  
  
@library cannon.js
version: 0.4.3 @brief A lightweight 3D physics engine for the web

  
  
  var CANNON = CANNON || {};
  
  // Maintain compatibility with older browsers
  // @todo: check so ordinary Arrays work.
  if(!this.Int32Array){
    this.Int32Array=Array;
    this.Float32Array=Array;
  }


(C) Æliens 04/09/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.