|
|
@ -306,6 +306,8 @@ namespace Physic
|
|
|
|
std::pair<bool, float> sphereCast (float radius, btVector3& from, btVector3& to);
|
|
|
|
std::pair<bool, float> sphereCast (float radius, btVector3& from, btVector3& to);
|
|
|
|
///< @return (hit, relative distance)
|
|
|
|
///< @return (hit, relative distance)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
std::string sphereTest(float radius,btVector3& pos);
|
|
|
|
|
|
|
|
|
|
|
|
std::vector<std::string> getCollisions(const std::string& name);
|
|
|
|
std::vector<std::string> getCollisions(const std::string& name);
|
|
|
|
|
|
|
|
|
|
|
|
//event list of non player object
|
|
|
|
//event list of non player object
|
|
|
|