mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Remove a few unused functions reported by callcatcher (#11658)
This commit is contained in:
parent
6de8d77e17
commit
ecc6f4ba25
24 changed files with 6 additions and 799 deletions
|
@ -133,10 +133,3 @@ void recalculateBoundingBox(scene::IMesh *src_mesh);
|
|||
We assume normal to be valid when it's 0 < length < Inf. and not NaN
|
||||
*/
|
||||
bool checkMeshNormals(scene::IMesh *mesh);
|
||||
|
||||
/*
|
||||
Vertex cache optimization according to the Forsyth paper:
|
||||
http://home.comcast.net/~tom_forsyth/papers/fast_vert_cache_opt.html
|
||||
Ported from irrlicht 1.8
|
||||
*/
|
||||
scene::IMesh* createForsythOptimizedMesh(const scene::IMesh *mesh);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue