Remove unused method declaration

This commit is contained in:
Daniel Chappuis 2021-02-03 13:21:44 +01:00
parent 2e1046f2b8
commit 4d14c8e854

View File

@ -112,9 +112,6 @@ class HeightFieldShape : public ConcaveShape {
/// Return the number of bytes used by the collision shape /// Return the number of bytes used by the collision shape
virtual size_t getSizeInBytes() const override; virtual size_t getSizeInBytes() const override;
/// Insert all the triangles into the dynamic AABB tree
void initBVHTree();
/// Return the three vertices coordinates (in the array outTriangleVertices) of a triangle /// Return the three vertices coordinates (in the array outTriangleVertices) of a triangle
/// given the start vertex index pointer of the triangle. /// given the start vertex index pointer of the triangle.
void getTriangleVerticesWithIndexPointer(int32 subPart, int32 triangleIndex, void getTriangleVerticesWithIndexPointer(int32 subPart, int32 triangleIndex,