Go to the documentation of this file.
72 int main(
int argc,
char *argv[])
83 Info<<
"Reading surface from " << surfFileName <<
endl;
86 Info<<
"Visible point " << visiblePoint <<
endl;
92 Info<<
"Orienting surface such that visiblePoint " << visiblePoint
93 <<
" is inside" <<
endl;
97 Info<<
"Orienting surface such that visiblePoint " << visiblePoint
98 <<
" is outside" <<
endl;
102 Info<<
"Writing surface to " << outFileName <<
endl;
118 Info<<
"Flipped orientation of (part of) surface." <<
endl;
122 Info<<
"Did not flip orientation of any triangle of surface." <<
endl;
125 Info<<
"Writing new surface to " << outFileName <<
endl;
127 surf.
write(outFileName);