Added Ufbx
This commit is contained in:
11
src/ThridParty/Ghost.Ufbx/Generated/ufbx_interpolation.cs
Normal file
11
src/ThridParty/Ghost.Ufbx/Generated/ufbx_interpolation.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Ghost.Ufbx
|
||||
{
|
||||
public enum ufbx_interpolation
|
||||
{
|
||||
UFBX_INTERPOLATION_CONSTANT_PREV,
|
||||
UFBX_INTERPOLATION_CONSTANT_NEXT,
|
||||
UFBX_INTERPOLATION_LINEAR,
|
||||
UFBX_INTERPOLATION_CUBIC,
|
||||
UFBX_INTERPOLATION_FORCE_32BIT = 0x7fffffff,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user