de.grogra.ray.shader
Class RTShader.TransparencyInput

java.lang.Object
  extended by de.grogra.ray.shader.RTShader.TransparencyInput
Enclosing interface:
RTShader

public static class RTShader.TransparencyInput
extends java.lang.Object


Field Summary
 Point3f localPoint
           
 Point3f point
           
 Point2f uv
           
 
Constructor Summary
RTShader.TransparencyInput()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

localPoint

public final Point3f localPoint

point

public final Point3f point

uv

public final Point2f uv
Constructor Detail

RTShader.TransparencyInput

public RTShader.TransparencyInput()