add test for mass-spring based cloth
This commit is contained in:
parent
2cbf9b56ed
commit
ffdc141aa1
@ -61,7 +61,7 @@
|
|||||||
#include <testbed/tests/rope_test.h>
|
#include <testbed/tests/rope_test.h>
|
||||||
#include <testbed/tests/cloth_test.h>
|
#include <testbed/tests/cloth_test.h>
|
||||||
#include <testbed/tests/implicit_spring.h>
|
#include <testbed/tests/implicit_spring.h>
|
||||||
//#include <testbed/tests/spring_cloth_test.h>
|
#include <testbed/tests/spring_cloth_test.h>
|
||||||
//#include <testbed/tests/tree_test.h>
|
//#include <testbed/tests/tree_test.h>
|
||||||
|
|
||||||
TestEntry g_tests[] =
|
TestEntry g_tests[] =
|
||||||
@ -109,7 +109,7 @@ TestEntry g_tests[] =
|
|||||||
{ "Rope", &Rope::Create },
|
{ "Rope", &Rope::Create },
|
||||||
{ "Implicit Spring", &ImplicitSpring::Create },
|
{ "Implicit Spring", &ImplicitSpring::Create },
|
||||||
{ "Cloth", &Cloth::Create },
|
{ "Cloth", &Cloth::Create },
|
||||||
//{ "Spring Cloth", &SpringCloth::Create },
|
{ "Spring Cloth", &SpringCloth::Create },
|
||||||
//{ "Tree", &Tree::Create },
|
//{ "Tree", &Tree::Create },
|
||||||
{ NULL, NULL }
|
{ NULL, NULL }
|
||||||
};
|
};
|
Loading…
x
Reference in New Issue
Block a user