Solved some compiling issues.

This commit is contained in:
Paolo Cignoni cignoni 2009-03-08 09:33:53 +00:00
parent 6f67bb0351
commit 21059880a1

View File

@ -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;