Merge branch 'devel' of https://github.com/cnr-isti-vclab/vcglib into devel
This commit is contained in:
commit
ffc93b5169
|
|
@ -156,6 +156,7 @@ class QuadricTexHelper
|
||||||
}
|
}
|
||||||
|
|
||||||
assert(0);
|
assert(0);
|
||||||
|
return qv[0].second;
|
||||||
}
|
}
|
||||||
static math::Quadric<double> &Qd3(VertexType *v) {return TD3()[*v];}
|
static math::Quadric<double> &Qd3(VertexType *v) {return TD3()[*v];}
|
||||||
static math::Quadric<double> &Qd3(VertexType &v) {return TD3()[v];}
|
static math::Quadric<double> &Qd3(VertexType &v) {return TD3()[v];}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue