Struct ufbx.ufbx_geometry_cache_opts
Options for ufbx_load_geometry_cache()
NOTE: Initialize to zero with { 0 }
(C) or { }
(C++)
Assembly: ufbxWrapper.dll
Syntax
public struct ufbx.ufbx_geometry_cache_opts
Fields
_begin_zero
Declaration
Field Value
_end_zero
Declaration
Field Value
frames_per_second
FPS value for converting frame times to seconds
Declaration
public double frames_per_second
Field Value
mirror_axis
Axis to mirror the geometry by.
Declaration
public ufbx.ufbx_mirror_axis mirror_axis
Field Value
open_file_cb
External file callbacks (defaults to stdio.h)
Declaration
public ufbx.ufbx_open_file_cb open_file_cb
Field Value
result_allocator
Allocator used for the final scene
Declaration
public ufbx.ufbx_allocator_opts result_allocator
Field Value
scale_factor
Factor to scale the geometry by.
Declaration
public float scale_factor
Field Value
temp_allocator
Allocator used during loading
Declaration
public ufbx.ufbx_allocator_opts temp_allocator
Field Value
use_scale_factor
Enable scaling scale_factor
all geometry by.
Declaration
public bool use_scale_factor
Field Value