ModelUV
Represents the UV mapping data for a model face.
This record holds the UV coordinates, rotation, and texture index for a specific face of a model element.
Since
1.15.2
Parameters
uv
the UV coordinates as a Float4 (u1, v1, u2, v2)
rotation
the rotation of the UV map in degrees (0, 90, 180, 270)
texture
the JSON element representing the texture index, can be null