Enum ufbx.ufbx_wrap_mode
Blend modes to combine layered textures with, compatible with common blend
Namespace: ufbxWrapper
Assembly: ufbxWrapper.dll
Syntax
public enum ufbx.ufbx_wrap_mode
Fields
Name | Description |
---|---|
UFBX_WRAP_CLAMP | Clamp the normalized texture coordinates to [0,1] |
UFBX_WRAP_MODE_FORCE_32BIT | |
UFBX_WRAP_REPEAT | Repeat the texture past the [0,1] range |