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_INTERPRETATION_VERTEX_NORMAL | Vertex normals. |
UFBX_CACHE_INTERPRETATION_VERTEX_POSITION | Vertex positions. |