|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.ray.light.Shadows
public class Shadows
Constructor Summary | |
---|---|
Shadows(IntersectionProcessor processor)
|
Method Summary | |
---|---|
void |
setIntersectionProcessor(IntersectionProcessor processor)
|
boolean |
shadowRay(Ray light,
float length,
Ray view,
IntersectionDescription desc)
Calculate to shadowed color of the light ray to the specified point. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Shadows(IntersectionProcessor processor)
Method Detail |
---|
public void setIntersectionProcessor(IntersectionProcessor processor)
public boolean shadowRay(Ray light, float length, Ray view, IntersectionDescription desc)
ShadowProcessor
shadowRay
in interface ShadowProcessor
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |