add an experiment
This commit is contained in:
@ -58,8 +58,10 @@
|
||||
#include <testbed/tests/tumbler.h>
|
||||
#include <testbed/tests/single_pendulum.h>
|
||||
#include <testbed/tests/multiple_pendulum.h>
|
||||
#include <testbed/tests/cloth_test.h>
|
||||
#include <testbed/tests/rope_test.h>
|
||||
#include <testbed/tests/cloth_test.h>
|
||||
#include <testbed/tests/implicit_spring.h>
|
||||
//#include <testbed/tests/spring_cloth_test.h>
|
||||
//#include <testbed/tests/tree_test.h>
|
||||
|
||||
TestEntry g_tests[] =
|
||||
@ -104,8 +106,10 @@ TestEntry g_tests[] =
|
||||
{ "Initial Overlap", &InitialOverlap::Create },
|
||||
{ "Single Pendulum", &SinglePendulum::Create },
|
||||
{ "Multiple Pendulum", &MultiplePendulum::Create },
|
||||
{ "Cloth", &Cloth::Create },
|
||||
{ "Rope", &Rope::Create },
|
||||
{ "Implicit Spring", &ImplicitSpring::Create },
|
||||
{ "Cloth", &Cloth::Create },
|
||||
//{ "Spring Cloth", &SpringCloth::Create },
|
||||
//{ "Tree", &Tree::Create },
|
||||
{ NULL, NULL }
|
||||
};
|
Reference in New Issue
Block a user