Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    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
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    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
    In this article
    Back to top Generated by DocFX