Skip to content

Commit

Permalink
Bump SGM version
Browse files Browse the repository at this point in the history
  • Loading branch information
tatjam committed Jun 22, 2024
1 parent f354061 commit a7ce69a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scenegraph/BinaryConverter.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ namespace SceneGraph {
// 6.1: rewrote serialization, use lz4 compression instead of INFLATE/DEFLATE. Still compatible.
// 6.2: ignored StaticGeometry::m_blendMode in files. Still write blank value.
// 7: Added discrete Tag node, tags are registered in the model hierarchy instead of at the root.
constexpr Uint32 SGM_VERSION = 7;
// 8: Save model bound metadata
constexpr Uint32 SGM_VERSION = 8;

class BinaryConverter : public BaseLoader {
public:
Expand Down

0 comments on commit a7ce69a

Please sign in to comment.