#include <domPhysics_material.h>
The technique_common element specifies the physics_material information for the common profile which all COLLADA implementations need to support.
Definition at line 43 of file 1.4/dom/domPhysics_material.h.
domPhysics_material::domTechnique_common::domTechnique_common | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 85 of file 1.4/dom/domPhysics_material.h.
virtual domPhysics_material::domTechnique_common::~domTechnique_common | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 89 of file 1.4/dom/domPhysics_material.h.
domPhysics_material::domTechnique_common::domTechnique_common | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 77 of file dom/domPhysics_material.h.
virtual domPhysics_material::domTechnique_common::~domTechnique_common | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 81 of file dom/domPhysics_material.h.
static DLLSPEC daeElementRef domPhysics_material::domTechnique_common::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
static DLLSPEC daeElementRef domPhysics_material::domTechnique_common::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
const domTargetable_floatRef domPhysics_material::domTechnique_common::getDynamic_friction | ( | ) | const [inline] |
Gets the dynamic_friction element.
Definition at line 62 of file dom/domPhysics_material.h.
const domTargetableFloatRef domPhysics_material::domTechnique_common::getDynamic_friction | ( | ) | const [inline] |
Gets the dynamic_friction element.
Definition at line 70 of file 1.4/dom/domPhysics_material.h.
virtual COLLADA_TYPE::TypeEnum domPhysics_material::domTechnique_common::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 38 of file dom/domPhysics_material.h.
virtual COLLADA_TYPE::TypeEnum domPhysics_material::domTechnique_common::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 46 of file 1.4/dom/domPhysics_material.h.
const domTargetable_floatRef domPhysics_material::domTechnique_common::getRestitution | ( | ) | const [inline] |
Gets the restitution element.
Definition at line 67 of file dom/domPhysics_material.h.
const domTargetableFloatRef domPhysics_material::domTechnique_common::getRestitution | ( | ) | const [inline] |
Gets the restitution element.
Definition at line 75 of file 1.4/dom/domPhysics_material.h.
const domTargetable_floatRef domPhysics_material::domTechnique_common::getStatic_friction | ( | ) | const [inline] |
Gets the static_friction element.
Definition at line 72 of file dom/domPhysics_material.h.
const domTargetableFloatRef domPhysics_material::domTechnique_common::getStatic_friction | ( | ) | const [inline] |
Gets the static_friction element.
Definition at line 80 of file 1.4/dom/domPhysics_material.h.
static daeInt domPhysics_material::domTechnique_common::ID | ( | ) | [inline, static] |
Definition at line 39 of file dom/domPhysics_material.h.
static daeInt domPhysics_material::domTechnique_common::ID | ( | ) | [inline, static] |
Definition at line 47 of file 1.4/dom/domPhysics_material.h.
virtual domTechnique_common& domPhysics_material::domTechnique_common::operator= | ( | const domTechnique_common & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 85 of file dom/domPhysics_material.h.
virtual domTechnique_common& domPhysics_material::domTechnique_common::operator= | ( | const domTechnique_common & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 93 of file 1.4/dom/domPhysics_material.h.
static DLLSPEC daeMetaElement* domPhysics_material::domTechnique_common::registerElement | ( | DAE & | dae | ) | [static] |
Creates a daeMetaElement object that describes this element in the meta object reflection framework. If a daeMetaElement already exists it will return that instead of creating a new one.
static DLLSPEC daeMetaElement* domPhysics_material::domTechnique_common::registerElement | ( | DAE & | dae | ) | [static] |
Creates a daeMetaElement object that describes this element in the meta object reflection framework. If a daeMetaElement already exists it will return that instead of creating a new one.
virtual daeInt domPhysics_material::domTechnique_common::typeID | ( | ) | const [inline, virtual] |
Returns this element's type ID. Every element is an instance of a type specified in the Collada schema, and every schema type has a unique ID.
Implements daeElement.
Definition at line 40 of file dom/domPhysics_material.h.
virtual daeInt domPhysics_material::domTechnique_common::typeID | ( | ) | const [inline, virtual] |
Returns this element's type ID. Every element is an instance of a type specified in the Collada schema, and every schema type has a unique ID.
Implements daeElement.
Definition at line 48 of file 1.4/dom/domPhysics_material.h.
Dynamic friction coefficient
Definition at line 46 of file dom/domPhysics_material.h.
Dynamic friction coefficient
Definition at line 54 of file 1.4/dom/domPhysics_material.h.
The proportion of the kinetic energy preserved in the impact (typically ranges from 0.0 to 1.0)
Definition at line 51 of file dom/domPhysics_material.h.
The proportion of the kinetic energy preserved in the impact (typically ranges from 0.0 to 1.0)
Definition at line 59 of file 1.4/dom/domPhysics_material.h.
Static friction coefficient
Definition at line 55 of file dom/domPhysics_material.h.
Static friction coefficient
Definition at line 63 of file 1.4/dom/domPhysics_material.h.