<multimedia:image>.getAnisotropy

Get the anisotropy value of the texture.

 

<multimedia:image>.getAnisotropy()

 

Remarks

See <multimedia:image>.anisotropy for more information.

Return Value

The anisotropy value of the texture.

Example

tex = viz.addTexture('brick.jpg')
tex.anisotropy(1.2)
print tex.getAnisotropy() #Prints 1.2

See also

<multimedia:image>.anisotropy