add cloth dragging test

This commit is contained in:
Irlan
2018-03-28 01:30:58 -03:00
parent 8c2df2f70c
commit 32c38a1a97
2 changed files with 317 additions and 0 deletions

View File

@ -61,6 +61,7 @@
#include <testbed/tests/cloth_test.h>
#include <testbed/tests/spring_cloth_test.h>
#include <testbed/tests/spring_cloth_collision_test.h>
#include <testbed/tests/cloth_dragger.h>
#include <testbed/tests/rope_test.h>
//#include <testbed/tests/tree_test.h>
#include <testbed/tests/implicit_spring.h>
@ -110,6 +111,7 @@ TestEntry g_tests[] =
{ "Cloth", &Cloth::Create },
{ "Spring Cloth", &SpringCloth::Create },
{ "Spring Cloth Collision", &SpringClothCollision::Create },
{ "Spring Cloth Dragging", &ClothDraggerTest::Create },
{ "Rope", &Rope::Create },
//{ "Tree", &Tree::Create },
{ "Implicit Spring", &ImplicitSpring::Create },