Struct ufbx.ufbx_nurbs_curve
Assembly: ufbxWrapper.dll
Syntax
public struct ufbx.ufbx_nurbs_curve
Fields
_anonymous_1
Declaration
public ufbx.ufbx_nurbs_curve._anonymous_1_struct _anonymous_1
Field Value
basis
Declaration
public ufbx.ufbx_nurbs_basis basis
Field Value
control_points
Linear array of control points
NOTE: The control points are not homogeneous, meaning you have to multiply
them by w
before evaluating the surface.
Declaration
public ufbx.ufbx_vec4_list control_points
Field Value
Properties
element
Declaration
public ufbx.ufbx_element element { get; }
Property Value
element_id
Declaration
public uint element_id { get; }
Property Value
instances
Declaration
public ufbx.ufbx_node_list instances { get; }
Property Value
name
Declaration
public ufbx.ufbx_string name { get; }
Property Value
props
Declaration
public ufbx.ufbx_props props { get; }
Property Value
typed_id
Declaration
public uint typed_id { get; }
Property Value