Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_tessellate_curve_opts

    Options for ufbx_tessellate_nurbs_curve() NOTE: Initialize to zero with { 0 } (C) or { } (C++)

    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_tessellate_curve_opts

    Fields

    _begin_zero

    Declaration
    public uint _begin_zero
    Field Value
    Type Description
    uint

    _end_zero

    Declaration
    public uint _end_zero
    Field Value
    Type Description
    uint

    result_allocator

    Allocator used for the final line curve

    Declaration
    public ufbx.ufbx_allocator_opts result_allocator
    Field Value
    Type Description
    ufbx.ufbx_allocator_opts

    span_subdivision

    How many segments tessellate each span in ufbx_nurbs_basis.spans.

    Declaration
    public ulong span_subdivision
    Field Value
    Type Description
    ulong

    temp_allocator

    Allocator used during tessellation

    Declaration
    public ufbx.ufbx_allocator_opts temp_allocator
    Field Value
    Type Description
    ufbx.ufbx_allocator_opts
    In this article
    Back to top Generated by DocFX