fmeobjects.FMETexture.setScaling

FMETexture.setScaling(u, v)

This routine sets the scaling factors associated with the texture. The default scaling for a texture is (1,1).

Parameters:
  • u (float) – The u scaling factor.
  • v (float) – The v scaling factor.
Return type:

None