diff options
author | Bruno Dilly <bdilly@profusion.mobi> | 2012-10-04 22:39:47 +0000 |
---|---|---|
committer | Bruno Dilly <bdilly@profusion.mobi> | 2012-10-04 22:39:47 +0000 |
commit | 7fe038a1c8d480e91664df68809b122791ab7fe7 (patch) | |
tree | a4a9f1622e4d9fb7cce72957fe6558d3a23bf4eb /legacy/ephysics/src/lib/ephysics_body_materials.h | |
parent | 0bdec6725538665680ba77a84b21a745c7462380 (diff) |
ephysics: add test for materials
SVN revision: 77463
Diffstat (limited to 'legacy/ephysics/src/lib/ephysics_body_materials.h')
-rw-r--r-- | legacy/ephysics/src/lib/ephysics_body_materials.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/legacy/ephysics/src/lib/ephysics_body_materials.h b/legacy/ephysics/src/lib/ephysics_body_materials.h index 993a0b116b..e9ed0da3ad 100644 --- a/legacy/ephysics/src/lib/ephysics_body_materials.h +++ b/legacy/ephysics/src/lib/ephysics_body_materials.h | |||
@@ -14,7 +14,7 @@ struct _EPhysics_Body_Material_Props { | |||
14 | }; | 14 | }; |
15 | 15 | ||
16 | const EPhysics_Body_Material_Props ephysics_material_props [] = { | 16 | const EPhysics_Body_Material_Props ephysics_material_props [] = { |
17 | {EPHYSICS_BODY_MATERIAL_CUSTOM, 1.0, 0.0, 0.0}, | 17 | {EPHYSICS_BODY_MATERIAL_CUSTOM, 1.0, 0.5, 0.0}, |
18 | {EPHYSICS_BODY_MATERIAL_CONCRETE, EPHYSICS_BODY_DENSITY_CONCRETE, | 18 | {EPHYSICS_BODY_MATERIAL_CONCRETE, EPHYSICS_BODY_DENSITY_CONCRETE, |
19 | EPHYSICS_BODY_FRICTION_CONCRETE, EPHYSICS_BODY_RESTITUTION_CONCRETE}, | 19 | EPHYSICS_BODY_FRICTION_CONCRETE, EPHYSICS_BODY_RESTITUTION_CONCRETE}, |
20 | {EPHYSICS_BODY_MATERIAL_IRON, EPHYSICS_BODY_DENSITY_IRON, | 20 | {EPHYSICS_BODY_MATERIAL_IRON, EPHYSICS_BODY_DENSITY_IRON, |