Remove unused method declaration
This commit is contained in:
parent
2e1046f2b8
commit
4d14c8e854
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user