artofillusion.texture
Class TextureSpec

java.lang.Object
  extended by artofillusion.texture.TextureSpec

public class TextureSpec
extends java.lang.Object


Field Summary
 Vec3 bumpGrad
           
 double cloudiness
           
 RGBColor diffuse
           
 RGBColor emissive
           
 RGBColor hilight
           
 double roughness
           
 RGBColor specular
           
 RGBColor transparent
           
 
Constructor Summary
TextureSpec()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

diffuse

public final RGBColor diffuse

specular

public final RGBColor specular

transparent

public final RGBColor transparent

emissive

public final RGBColor emissive

hilight

public final RGBColor hilight

roughness

public double roughness

cloudiness

public double cloudiness

bumpGrad

public final Vec3 bumpGrad
Constructor Detail

TextureSpec

public TextureSpec()


Copyright © 1999-2011 by Peter Eastman.