Struct ufbx.ufbx_face
Polygonal face with arbitrary number vertices, a single face contains a
contiguous range of mesh indices, eg. {5,3}
would have indices 5, 6, 7
NOTE: num_indices
maybe less than 3 in which case the face is invalid!
[TODO #23: should probably remove the bad faces at load time]
Inherited Members
Namespace: ufbxWrapper
Assembly: ufbxWrapper.dll
Syntax
public struct ufbx.ufbx_face
Fields
index_begin
Declaration
public uint index_begin
Field Value
Type | Description |
---|---|
uint |
num_indices
Declaration
public uint num_indices
Field Value
Type | Description |
---|---|
uint |