Vizard 7 » Command Index » Vizard objects » texture » <texture>.getAnisotropy
7.6

<texture>.getAnisotropy

Get the anisotropy value of the texture.

<texture>.getAnisotropy()  

Remarks

See <texture>.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

<texture>.anisotropy