mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 23:09:52 +02:00
remove dead code
This commit is contained in:
parent
b08d5b87ca
commit
b9891748e1
1 changed files with 1 additions and 3 deletions
|
@ -60,9 +60,7 @@ public:
|
||||||
virtual bool findDetailedRayIntersection(const glm::vec3& origin, const glm::vec3& direction,
|
virtual bool findDetailedRayIntersection(const glm::vec3& origin, const glm::vec3& direction,
|
||||||
bool& keepSearching, OctreeElement*& element, float& distance, BoxFace& face,
|
bool& keepSearching, OctreeElement*& element, float& distance, BoxFace& face,
|
||||||
void** intersectedObject) const;
|
void** intersectedObject) const;
|
||||||
|
|
||||||
bool isCircle() const { return false && _dimensions.x == _dimensions.y && _dimensions.y == _dimensions.z; }
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual void recalculateCollisionShape();
|
virtual void recalculateCollisionShape();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue