rename test
This commit is contained in:
parent
c5aab69eb9
commit
4576f32a7c
@ -30,7 +30,7 @@
|
|||||||
#include <testbed/tests/angular_motion.h>
|
#include <testbed/tests/angular_motion.h>
|
||||||
#include <testbed/tests/gyro_motion.h>
|
#include <testbed/tests/gyro_motion.h>
|
||||||
#include <testbed/tests/initial_overlap.h>
|
#include <testbed/tests/initial_overlap.h>
|
||||||
#include <testbed/tests/capsule_and_hull_contact_1.h>
|
#include <testbed/tests/capsule_spin.h>
|
||||||
#include <testbed/tests/quadric_shapes.h>
|
#include <testbed/tests/quadric_shapes.h>
|
||||||
#include <testbed/tests/compound_body.h>
|
#include <testbed/tests/compound_body.h>
|
||||||
#include <testbed/tests/spring.h>
|
#include <testbed/tests/spring.h>
|
||||||
@ -77,7 +77,7 @@ TestEntry g_tests[] =
|
|||||||
{ "Capsule and Hull Collision (2)", &CapsuleAndHullCollision2::Create },
|
{ "Capsule and Hull Collision (2)", &CapsuleAndHullCollision2::Create },
|
||||||
{ "Hull Collision (1)", &HullAndHull::Create },
|
{ "Hull Collision (1)", &HullAndHull::Create },
|
||||||
{ "Hull Collision (2)", &HullAndHull2::Create },
|
{ "Hull Collision (2)", &HullAndHull2::Create },
|
||||||
{ "Capsule and Hull Contact (1)", &CapsuleAndHullContact1::Create },
|
{ "Capsule Spin", &CapsuleSpin::Create },
|
||||||
{ "Mesh Contact Test", &MeshContactTest::Create },
|
{ "Mesh Contact Test", &MeshContactTest::Create },
|
||||||
{ "Linear Motion", &LinearMotion::Create },
|
{ "Linear Motion", &LinearMotion::Create },
|
||||||
{ "Angular Motion", &AngularMotion::Create },
|
{ "Angular Motion", &AngularMotion::Create },
|
||||||
|
@ -16,13 +16,13 @@
|
|||||||
* 3. This notice may not be removed or altered from any source distribution.
|
* 3. This notice may not be removed or altered from any source distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef CAPSULE_HULL_CONTACT_1_H
|
#ifndef CAPSULE_SPIN_H
|
||||||
#define CAPSULE_HULL_CONTACT_1_H
|
#define CAPSULE_SPIN_H
|
||||||
|
|
||||||
class CapsuleAndHullContact1 : public Test
|
class CapsuleSpin : public Test
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
CapsuleAndHullContact1()
|
CapsuleSpin()
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
b3BodyDef bd;
|
b3BodyDef bd;
|
||||||
@ -62,7 +62,7 @@ public:
|
|||||||
|
|
||||||
static Test* Create()
|
static Test* Create()
|
||||||
{
|
{
|
||||||
return new CapsuleAndHullContact1();
|
return new CapsuleSpin();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user