You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In part 1, 2, 4, we are required to create an ASCII dump for particular output. What are the formats we are going to use? Do we have some particular library function to use for dumping?
I think that igl::writeOFF is not the correct one, because it cannot dump a boolean vector for part 4.
The text was updated successfully, but these errors were encountered:
In part 1, 2, 4, we are required to create an ASCII dump for particular output. What are the formats we are going to use? Do we have some particular library function to use for dumping?
I think that
igl::writeOFF
is not the correct one, because it cannot dump a boolean vector for part 4.The text was updated successfully, but these errors were encountered: