Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Enum ufbx.ufbx_warning_type

    Namespace: ufbxWrapper
    Assembly: ufbxWrapper.dll
    Syntax
    public enum ufbx.ufbx_warning_type

    Fields

    Name Description
    UFBX_WARNING_BAD_BASE64_CONTENT

    Invalid base64-encoded embedded content ignored.

    UFBX_WARNING_BAD_ELEMENT_CONNECTED_TO_ROOT

    Non-node element connected to root.

    UFBX_WARNING_BAD_UNICODE

    Non-UTF8 encoded strings. HINT: You can use ufbx_unicode_error_handling to adjust behavior.

    UFBX_WARNING_BAD_VERTEX_W_ATTRIBUTE

    Vertex 'W' attribute length differs from main attribute.

    UFBX_WARNING_DUPLICATE_CONNECTION

    Duplicated connection between two elements that shouldn't have.

    UFBX_WARNING_DUPLICATE_OBJECT_ID

    Duplicated object ID in the file, connections will be wrong.

    UFBX_WARNING_EMPTY_FACE_REMOVED

    Empty face has been removed. Use ufbx_load_opts.allow_empty_faces if you want to allow them.

    UFBX_WARNING_IMPLICIT_MTL

    Loaded a Wavefront .mtl file derived from the filename instead of a proper mtllib statement.

    UFBX_WARNING_INDEX_CLAMPED

    Out-of-bounds index has been clamped to be in-bounds. HINT: You can use ufbx_index_error_handling to adjust behavior.

    UFBX_WARNING_MISSING_EXTERNAL_FILE

    Missing external file file (for example .mtl for Wavefront .obj file or a geometry cache)

    UFBX_WARNING_MISSING_GEOMETRY_DATA

    Geometry data has been defined but has no data.

    UFBX_WARNING_MISSING_POLYGON_MAPPING

    Missing polygon mapping type.

    UFBX_WARNING_TRUNCATED_ARRAY

    Truncated array has been auto-expanded.

    UFBX_WARNING_TYPE_FIRST_DEDUPLICATED

    Warnings after this one are deduplicated. See ufbx_warning.count for how many times they happened.

    UFBX_WARNING_TYPE_FORCE_32BIT
    UFBX_WARNING_UNKNOWN_OBJ_DIRECTIVE

    Unknown .obj file directive.

    UFBX_WARNING_UNSUPPORTED_VERSION

    Unsupported version, loaded but may be incorrect. If the loading fails UFBX_ERROR_UNSUPPORTED_VERSION is issued instead.

    In this article
    Back to top Generated by DocFX