Closed maekclena closed 8 months ago
Add some checks and unify the exception type. Throw exceptions in PLYWriter and OBJWriter instead of returning values which were never read. Note that this changes the behavior in case one file fails. Now the whole operation is aborted.
PLYWriter
OBJWriter
Closes #52
Add some checks and unify the exception type. Throw exceptions in
PLYWriter
andOBJWriter
instead of returning values which were never read. Note that this changes the behavior in case one file fails. Now the whole operation is aborted.Closes #52