One texture's UV transform (glTF KHR_texture_transform). Matches the shared PbrMaterialOptions.uvOffset/PbrMaterialOptions.uvScale/ PbrMaterialOptions.uvRotation semantics, applied per texture.
KHR_texture_transform
Optional
UV offset (translation), default [0, 0].
[0, 0]
UV scale, default [1, 1].
[1, 1]
UV rotation in radians, default 0.
0
One texture's UV transform (glTF
KHR_texture_transform). Matches the shared PbrMaterialOptions.uvOffset/PbrMaterialOptions.uvScale/ PbrMaterialOptions.uvRotation semantics, applied per texture.