java.lang.Object
de.grogra.ray.light.NoShadows
- All Implemented Interfaces:
ShadowProcessor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
shadowRay
(Ray light, float length, Ray view, IntersectionDescription desc) Calculate to shadowed color of the light ray to the specified point.
-
Constructor Details
-
NoShadows
public NoShadows()
-
-
Method Details
-
shadowRay
Description copied from interface:ShadowProcessor
Calculate to shadowed color of the light ray to the specified point.- Specified by:
shadowRay
in interfaceShadowProcessor
- Returns:
- True if the the light ray is totally shadowed.
-