Struct ufbx.ufbx_tessellate_curve_opts
Options for ufbx_tessellate_nurbs_curve()
NOTE: Initialize to zero with { 0 }
(C) or { }
(C++)
Assembly: ufbxWrapper.dll
Syntax
public struct ufbx.ufbx_tessellate_curve_opts
Fields
_begin_zero
Declaration
Field Value
_end_zero
Declaration
Field Value
result_allocator
Allocator used for the final line curve
Declaration
public ufbx.ufbx_allocator_opts result_allocator
Field Value
span_subdivision
How many segments tessellate each span in ufbx_nurbs_basis.spans
.
Declaration
public ulong span_subdivision
Field Value
temp_allocator
Allocator used during tessellation
Declaration
public ufbx.ufbx_allocator_opts temp_allocator
Field Value