minor fixes
This commit is contained in:
parent
ebd77034ad
commit
ae5e873c2a
|
|
@ -889,7 +889,7 @@ void VFDetach(FaceType & f, int z)
|
||||||
|
|
||||||
/// Append a face in VF list of vertex f->V(z)
|
/// Append a face in VF list of vertex f->V(z)
|
||||||
template <class FaceType>
|
template <class FaceType>
|
||||||
void VFAppend(FaceType* & f, int z)
|
void VFAppend(FaceType * f, int z)
|
||||||
{
|
{
|
||||||
typename FaceType::VertexType *v = f->V(z);
|
typename FaceType::VertexType *v = f->V(z);
|
||||||
if (v->VFp()!=0)
|
if (v->VFp()!=0)
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,7 @@
|
||||||
* Example of usage:
|
* Example of usage:
|
||||||
* MeshType m;
|
* MeshType m;
|
||||||
* ...
|
* ...
|
||||||
|
* vcg::tri::UpdateBounding<MeshType>::Box(m);
|
||||||
* vcg::tri::UpdateFlags<MeshType>::Clear(m);
|
* vcg::tri::UpdateFlags<MeshType>::Clear(m);
|
||||||
* vcg::tri::UpdateFlags<MeshType>::VertexBorderFromNone(m);
|
* vcg::tri::UpdateFlags<MeshType>::VertexBorderFromNone(m);
|
||||||
* vcg::tri::OptimizeUV_ARAP(m);
|
* vcg::tri::OptimizeUV_ARAP(m);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue