Rename Softbody to Beam

This commit is contained in:
Irlan
2019-05-28 14:10:45 -03:00
parent 0e5262629d
commit a97e5c07cc
2 changed files with 8 additions and 8 deletions

View File

@ -66,7 +66,7 @@
#include <testbed/tests/tension_mapping.h>
#include <testbed/tests/self_collision.h>
#include <testbed/tests/rope_test.h>
#include <testbed/tests/softbody.h>
#include <testbed/tests/beam.h>
#include <testbed/tests/pinned_softbody.h>
#include <testbed/tests/smash_softbody.h>
@ -119,7 +119,7 @@ TestEntry g_tests[] =
{ "Particle Types", &ParticleTypes::Create },
{ "Tension Mapping", &TensionMapping::Create },
{ "Self-Collision", &SelfCollision::Create },
{ "Soft Body", &SoftBody::Create },
{ "Beam", &Beam::Create },
{ "Pinned Soft Body", &PinnedSoftBody::Create },
{ "Smash Soft Body", &SmashSoftBody::Create },
{ "Rope", &Rope::Create },