Removed split.
This commit is contained in:
parent
d23e12f0a3
commit
507c3e9f86
|
@ -168,7 +168,7 @@ void Nexus::SetRamBufferSize(unsigned int r_size) {
|
||||||
patches.SetRamBufferSize(r_size);
|
patches.SetRamBufferSize(r_size);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Nexus::Join(const std::set<unsigned int> &patches,
|
/*void Nexus::Join(const std::set<unsigned int> &patches,
|
||||||
std::vector<Point3f> &newvert,
|
std::vector<Point3f> &newvert,
|
||||||
std::vector<unsigned int> &newface,
|
std::vector<unsigned int> &newface,
|
||||||
std::vector<Link> &newbord) {
|
std::vector<Link> &newbord) {
|
||||||
|
@ -263,7 +263,7 @@ void Nexus::Join(const std::set<unsigned int> &patches,
|
||||||
newbord.push_back(*b);
|
newbord.push_back(*b);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
|
|
||||||
void Nexus::Unify(float threshold) {
|
void Nexus::Unify(float threshold) {
|
||||||
|
|
|
@ -67,11 +67,10 @@ class Nexus {
|
||||||
|
|
||||||
void SetRamBufferSize(unsigned int ram_size);
|
void SetRamBufferSize(unsigned int ram_size);
|
||||||
|
|
||||||
//MOVE to nexus_build.cpp
|
/* void Join(const std::set<unsigned int> &patches,
|
||||||
void Join(const std::set<unsigned int> &patches,
|
|
||||||
std::vector<vcg::Point3f> &vert,
|
std::vector<vcg::Point3f> &vert,
|
||||||
std::vector<unsigned int> &faces,
|
std::vector<unsigned int> &faces,
|
||||||
std::vector<Link> &links);
|
std::vector<Link> &links);*/
|
||||||
|
|
||||||
//move to nxsalgo!
|
//move to nxsalgo!
|
||||||
void Unify(float threshold = 0.0f);
|
void Unify(float threshold = 0.0f);
|
||||||
|
|
Loading…
Reference in New Issue