From 0faadd075691f05951adbc4c4ade9a5b5b51d5ab Mon Sep 17 00:00:00 2001 From: lzwdgc Date: Sat, 29 Feb 2020 04:21:46 +0300 Subject: [PATCH] Add blender enum entry. --- src/model/model.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/model/model.h b/src/model/model.h index 4030036..f88ede6 100644 --- a/src/model/model.h +++ b/src/model/model.h @@ -90,6 +90,7 @@ enum class AxisSystem // UpVector = ZAxis, FrontVector = -ParityOdd, CoordSystem = RightHanded eMayaZUp, eMax = eMayaZUp, + eBlender = eMayaZUp, // TODO: check: actually Blender might have +ParityOdd // UpVector = YAxis, FrontVector = ParityOdd, CoordSystem = LeftHanded eDirectX,