DeformedMesh.applyUVOffset

Applies an offset to the deformed mesh' UV coordinates.

class DeformedMesh
@nogc
void
applyUVOffset
(
vec2 offset
)

Parameters

offset vec2

The offset to apply to the texel coordinates.

Meta