Returns the transparency of the material in the range [0,1], where 0 is fully opaque, and 1 is fully transparent.
We override the default implementation in the Material class, because we need to loop up the transparency based on the texture coordinates.
Reimplemented from Material. |