Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_geometry_cache_opts

    Options for ufbx_load_geometry_cache() 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_geometry_cache_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

    frames_per_second

    FPS value for converting frame times to seconds

    Declaration
    public double frames_per_second
    Field Value
    Type Description
    double

    mirror_axis

    Axis to mirror the geometry by.

    Declaration
    public ufbx.ufbx_mirror_axis mirror_axis
    Field Value
    Type Description
    ufbx.ufbx_mirror_axis

    open_file_cb

    External file callbacks (defaults to stdio.h)

    Declaration
    public ufbx.ufbx_open_file_cb open_file_cb
    Field Value
    Type Description
    ufbx.ufbx_open_file_cb

    result_allocator

    Allocator used for the final scene

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

    scale_factor

    Factor to scale the geometry by.

    Declaration
    public float scale_factor
    Field Value
    Type Description
    float

    temp_allocator

    Allocator used during loading

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

    use_scale_factor

    Enable scaling scale_factor all geometry by.

    Declaration
    public bool use_scale_factor
    Field Value
    Type Description
    bool
    In this article
    Back to top Generated by DocFX