diff --git a/apps/nexus/nexus.cpp b/apps/nexus/nexus.cpp index e330a1c3..200b04a9 100644 --- a/apps/nexus/nexus.cpp +++ b/apps/nexus/nexus.cpp @@ -168,7 +168,7 @@ void Nexus::SetRamBufferSize(unsigned int r_size) { patches.SetRamBufferSize(r_size); } -void Nexus::Join(const std::set &patches, +/*void Nexus::Join(const std::set &patches, std::vector &newvert, std::vector &newface, std::vector &newbord) { @@ -263,7 +263,7 @@ void Nexus::Join(const std::set &patches, newbord.push_back(*b); return; -} + }*/ void Nexus::Unify(float threshold) { diff --git a/apps/nexus/nexus.h b/apps/nexus/nexus.h index 6706d1b0..e91edc60 100644 --- a/apps/nexus/nexus.h +++ b/apps/nexus/nexus.h @@ -67,11 +67,10 @@ class Nexus { void SetRamBufferSize(unsigned int ram_size); - //MOVE to nexus_build.cpp - void Join(const std::set &patches, + /* void Join(const std::set &patches, std::vector &vert, std::vector &faces, - std::vector &links); + std::vector &links);*/ //move to nxsalgo! void Unify(float threshold = 0.0f);