mirror of
https://github.com/aimrebirth/tools.git
synced 2026-04-15 01:43:25 +00:00
Add blender enum entry.
This commit is contained in:
parent
d2b64bdc25
commit
0faadd0756
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ enum class AxisSystem
|
||||||
// UpVector = ZAxis, FrontVector = -ParityOdd, CoordSystem = RightHanded
|
// UpVector = ZAxis, FrontVector = -ParityOdd, CoordSystem = RightHanded
|
||||||
eMayaZUp,
|
eMayaZUp,
|
||||||
eMax = eMayaZUp,
|
eMax = eMayaZUp,
|
||||||
|
eBlender = eMayaZUp, // TODO: check: actually Blender might have +ParityOdd
|
||||||
|
|
||||||
// UpVector = YAxis, FrontVector = ParityOdd, CoordSystem = LeftHanded
|
// UpVector = YAxis, FrontVector = ParityOdd, CoordSystem = LeftHanded
|
||||||
eDirectX,
|
eDirectX,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue