From 507c3e9f8639477d76ed4e25b28506ddf69308ad Mon Sep 17 00:00:00 2001 From: ponchio Date: Fri, 22 Oct 2004 10:35:02 +0000 Subject: [PATCH] Removed split. --- apps/nexus/nexus.cpp | 4 ++-- apps/nexus/nexus.h | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) 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);