| 
 
Returns the reflectivity of the material in the range [0,1], where 0 means not reflective at all, and 1 gives a perfect mirror. 
 
We override the default implementation in the Material class, because we need to loop up the reflectivity based on the texture coordinates.
 
Reimplemented from Material.      |