Rename Softbody to Beam
This commit is contained in:
@ -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 },
|
||||
|
Reference in New Issue
Block a user