mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 21:29:33 +02:00
Removing findSpherePenetration() from AvatarData class
This commit is contained in:
parent
eae0f8b2e6
commit
0a4eec448e
1 changed files with 0 additions and 9 deletions
|
@ -129,15 +129,6 @@ public:
|
||||||
|
|
||||||
virtual const glm::vec3& getVelocity() const { return vec3Zero; }
|
virtual const glm::vec3& getVelocity() const { return vec3Zero; }
|
||||||
|
|
||||||
/// Checks for penetration between the described sphere and the avatar.
|
|
||||||
/// \param penetratorCenter the center of the penetration test sphere
|
|
||||||
/// \param penetratorRadius the radius of the penetration test sphere
|
|
||||||
/// \param penetration[out] the vector in which to store the penetration
|
|
||||||
/// \param skeletonSkipIndex if not -1, the index of a joint to skip (along with its descendents) in the skeleton model
|
|
||||||
/// \return whether or not the sphere penetrated
|
|
||||||
virtual bool findSpherePenetration(const glm::vec3& penetratorCenter, float penetratorRadius,
|
|
||||||
glm::vec3& penetration, int skeletonSkipIndex = -1) const { return false; }
|
|
||||||
|
|
||||||
virtual bool findSphereCollisionWithHands(const glm::vec3& sphereCenter, float sphereRadius, CollisionInfo& collision) {
|
virtual bool findSphereCollisionWithHands(const glm::vec3& sphereCenter, float sphereRadius, CollisionInfo& collision) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue