Enum ufbx.ufbx_transform_flags
Flags to control ufbx_evaluate_transform_flags()
.
Namespace: ufbxWrapper
Assembly: ufbxWrapper.dll
Syntax
public enum ufbx.ufbx_transform_flags
Fields
Name | Description |
---|---|
UFBX_TRANSFORM_FLAGS_FORCE_32BIT | |
UFBX_TRANSFORM_FLAG_EXPLICIT_INCLUDES | Require explicit components |
UFBX_TRANSFORM_FLAG_IGNORE_COMPONENTWISE_SCALE | Ignore componentwise scale. Note that if you don't specify this, ufbx will have to potentially evaluate the entire parent chain in the worst case. |
UFBX_TRANSFORM_FLAG_IGNORE_SCALE_HELPER | Ignore parent scale helper. |
UFBX_TRANSFORM_FLAG_INCLUDE_ROTATION | If |
UFBX_TRANSFORM_FLAG_INCLUDE_SCALE | If |
UFBX_TRANSFORM_FLAG_INCLUDE_TRANSLATION | If |
UFBX_TRANSFORM_FLAG_NO_EXTRAPOLATION | Do not extrapolate keyframes.
See |