Class TextureTransform
KHR_texture_transform glTF extension
Inherited Members
Namespace: GLTFast.Schema
Assembly: solution.dll
Syntax
[Serializable]
public class TextureTransform
Fields
| Name | Description |
|---|---|
| offset | The offset of the UV coordinate origin as a factor of the texture dimensions. |
| rotation | Rotate the UVs by this many radians counter-clockwise around the origin. This is equivalent to a similar rotation of the image clockwise. |
| scale | The scale factor applied to the components of the UV coordinates. |
| texCoord | Overrides the textureInfo texCoord value if supplied, and if this extension is supported. |