[DEV] init the physcs shape
This commit is contained in:
parent
5279f00379
commit
088198ad5b
@ -40,7 +40,7 @@ namespace ewol
|
|||||||
sphere
|
sphere
|
||||||
} type_te;
|
} type_te;
|
||||||
public:
|
public:
|
||||||
PhysicsShape(void) {};
|
PhysicsShape(void) : m_quaternion(1,0,0,0), m_origin(0,0,0) {};
|
||||||
virtual ~PhysicsShape(void) {};
|
virtual ~PhysicsShape(void) {};
|
||||||
public:
|
public:
|
||||||
virtual type_te GetType(void) { return ewol::PhysicsShape::unknow; };
|
virtual type_te GetType(void) { return ewol::PhysicsShape::unknow; };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user