This would keep the behavior the same as the non-hybrid situation.
@@ -144,7 +144,7 @@ IGL_INLINE bool igl::writeOBJ(
for(const auto& vi : face)
{
- s<<" "<<vi;
+ s<<" "<<(vi+1);
}
s<<"\n";