Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Enum ufbx.ufbx_cache_interpretation

    Known interpretations of geometry cache data.

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

    Fields

    Name Description
    UFBX_CACHE_INTERPRETATION_FORCE_32BIT
    UFBX_CACHE_INTERPRETATION_POINTS

    Generic "points" interpretation, FBX SDK default. Usually fine to interpret as vertex positions if no other cache channels are specified.

    UFBX_CACHE_INTERPRETATION_UNKNOWN

    Unknown interpretation, see ufbx_cache_channel.interpretation_name for more information.

    UFBX_CACHE_INTERPRETATION_VERTEX_NORMAL

    Vertex normals.

    UFBX_CACHE_INTERPRETATION_VERTEX_POSITION

    Vertex positions.

    In this article
    Back to top Generated by DocFX