graphics.raytracers.tracer.primatives
Class Surface

java.lang.Object
  extended by graphics.raytracers.tracer.primatives.Surface

public class Surface
extends java.lang.Object


Field Summary
 Vector3d color
           
 double ior
           
 double kd
           
 double ks
           
 double kt
           
 double shine
           
 
Constructor Summary
Surface()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

color

public Vector3d color

kd

public double kd

ks

public double ks

shine

public double shine

kt

public double kt

ior

public double ior
Constructor Detail

Surface

public Surface()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object