OM Writer: Added Mark to the format header to identify end of stream correctly (Thanks to Jamie Kydd for the patch)

This commit is contained in:
Jan Möbius
2016-12-27 08:10:10 +01:00
parent 00a95438f7
commit da1ec03c6e
4 changed files with 10 additions and 1 deletions

View File

@@ -179,7 +179,8 @@ namespace OMFormat {
Entity_Mesh = 0x01,
Entity_Face = 0x02,
Entity_Edge = 0x04,
Entity_Halfedge = 0x06
Entity_Halfedge = 0x06,
Entity_Sentinel = 0x07
};
enum Dim {