tracer
Class DebugSampler

java.lang.Object
  extended by tracer.Sampler2D
      extended by tracer.DebugSampler

public class DebugSampler
extends Sampler2D


Field Summary
 
Fields inherited from class tracer.Sampler2D
signalMin, signalRange, source, sourceHeight, sourceWidth
 
Constructor Summary
DebugSampler()
           
 
Method Summary
 Vec3 sample(float u, float v)
           
 
Methods inherited from class tracer.Sampler2D
rawRead, rawReadVec, scaleOutput, scaleU, scaleV, setOutputRange
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugSampler

public DebugSampler()
Method Detail

sample

public Vec3 sample(float u,
                   float v)
Specified by:
sample in class Sampler2D