update tests
Allow dragging a spring cloth in all spring cloth tests related to the spring cloth Use gravity acceleration in Earth in all spring cloth tests
This commit is contained in:
		| @@ -60,8 +60,9 @@ | ||||
| #include <testbed/tests/multiple_pendulum.h> | ||||
| #include <testbed/tests/cloth_test.h> | ||||
| #include <testbed/tests/spring_cloth_test.h> | ||||
| #include <testbed/tests/spring_cloth.h> | ||||
| #include <testbed/tests/spring_cloth_collision_test.h> | ||||
| #include <testbed/tests/spring_cloth_dragger.h> | ||||
| #include <testbed/tests/tension_mapping.h> | ||||
| #include <testbed/tests/rope_test.h> | ||||
| #include <testbed/tests/mass_spring.h> | ||||
| #include <testbed/tests/shift_center.h> | ||||
| @@ -111,7 +112,7 @@ TestEntry g_tests[] = | ||||
| 	{ "Cloth", &Cloth::Create }, | ||||
| 	{ "Spring Cloth", &SpringCloth::Create }, | ||||
| 	{ "Spring Cloth Collision", &SpringClothCollision::Create }, | ||||
| 	{ "Spring Cloth Dragging", &SpringClothDraggerTest::Create }, | ||||
| 	{ "Tension Mapping", &TensionMapping::Create }, | ||||
| 	{ "Rope", &Rope::Create }, | ||||
| 	{ "Mass-Spring System", &MassSpring::Create }, | ||||
| 	{ "Shift Center", &ShiftCenter::Create }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user