Added Ufbx
This commit is contained in:
10
src/ThridParty/Ghost.Ufbx/Generated/ufbx_nurbs_topology.cs
Normal file
10
src/ThridParty/Ghost.Ufbx/Generated/ufbx_nurbs_topology.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Ghost.Ufbx
|
||||
{
|
||||
public enum ufbx_nurbs_topology
|
||||
{
|
||||
UFBX_NURBS_TOPOLOGY_OPEN,
|
||||
UFBX_NURBS_TOPOLOGY_PERIODIC,
|
||||
UFBX_NURBS_TOPOLOGY_CLOSED,
|
||||
UFBX_NURBS_TOPOLOGY_FORCE_32BIT = 0x7fffffff,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user