topical media & game development

talk show tell print

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



  /*global CANNON:true */
  
  
@class CANNON.Material @brief Defines a physics material.
parameter: string name
author: schteppe

  
  CANNON.Material = function(name){
      
@property string name @memberof CANNON.Material

  
      this.name = name;
      this.id = -1;
  };
  
  


(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.