mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 03:16:10 +00:00
Solved some compiling issues.
This commit is contained in:
parent
6f67bb0351
commit
21059880a1
@ -39,7 +39,6 @@ class KDTree
|
||||
KDTree<MeshType>* L(){return leftChild;}
|
||||
KDTree<MeshType>* R(){return rightChild;}
|
||||
MeshType* S(){return slice;}
|
||||
MeshType* M(){return mesh;}
|
||||
void Slice(vcg::CallBackPos *cb)
|
||||
{
|
||||
Plane3f slicingPlane;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user