|
Variables |
const unsigned int | maxMaxContacts = 128 |
const real | metalHardness = (real)1.0 |
const real | metalFriction = (real)0.7 |
const real | metalBounciness = (real)0.05 |
const real | metalDensity = (real)1.0 |
const real | woodHardness = (real)0.8 |
const real | woodFriction = (real)1.0 |
const real | woodBounciness = (real)0.15 |
const real | woodDensity = (real)0.2 |
const real | rubberHardness = 0 |
const real | rubberFriction = (real)1.0 |
const real | rubberBounciness = (real)1.0 |
const real | rubberDensity = (real)0.4 |
const real | iceHardness = (real)1.0 |
const real | iceFriction = 0 |
const real | iceBounciness = (real)0.05 |
const real | iceDensity = (real)0.25 |
const Material | metalMaterial (metalHardness, metalFriction, metalBounciness, metalDensity) |
const Material | woodMaterial (woodHardness, woodFriction, woodBounciness, woodDensity) |
const Material | rubberMaterial (rubberHardness, rubberFriction, rubberBounciness, rubberDensity) |
const Material | iceMaterial (iceHardness, iceFriction, iceBounciness, iceDensity) |
const real | OPAL_PI = ( real ) 3.14159265358979323846 |
const real | OPAL_HALF_PI = ( real ) 1.57079632679489661923 |
const real | OPAL_ONE_THIRD = ( real ) 0.33333333333333333333 |
const real | OPAL_EPSILON = ( real ) 0.000001 |