Struct ufbx.ufbx_subdivision_result
Assembly: ufbxWrapper.dll
Syntax
public struct ufbx.ufbx_subdivision_result
Fields
result_allocs
Declaration
public ulong result_allocs
Field Value
result_memory_used
Declaration
public ulong result_memory_used
Field Value
skin_cluster_ranges
Weights of skin clusters in the source model.
Defined if ufbx_subdivide_opts.evaluate_skin_weights
is set.
Declaration
public ufbx.ufbx_subdivision_weight_range_list skin_cluster_ranges
Field Value
skin_cluster_weights
Declaration
public ufbx.ufbx_subdivision_weight_list skin_cluster_weights
Field Value
source_vertex_ranges
Weights of vertices in the source model.
Defined if ufbx_subdivide_opts.evaluate_source_vertices
is set.
Declaration
public ufbx.ufbx_subdivision_weight_range_list source_vertex_ranges
Field Value
source_vertex_weights
Declaration
public ufbx.ufbx_subdivision_weight_list source_vertex_weights
Field Value
temp_allocs
Declaration
Field Value
temp_memory_used
Declaration
public ulong temp_memory_used
Field Value