Uses of Interface
de.grogra.ray.light.ShadowProcessor
Packages that use ShadowProcessor
-
Uses of ShadowProcessor in de.grogra.imp3d.ray
Methods in de.grogra.imp3d.ray with parameters of type ShadowProcessorModifier and TypeMethodDescriptionintRTAreaLight.getLightRays(Ray view, IntersectionDescription desc, ShadowProcessor shadowModel, RayList rays) intRTDirectionalLight.getLightRays(Ray view, IntersectionDescription desc, ShadowProcessor shadowProcessor, RayList rays) intRTPointLight.getLightRays(Ray view, IntersectionDescription desc, ShadowProcessor shadowModel, RayList rays) intRTSpotLight.getLightRays(Ray view, IntersectionDescription desc, ShadowProcessor shadowModel, RayList rays) -
Uses of ShadowProcessor in de.grogra.ray
Methods in de.grogra.ray with parameters of type ShadowProcessorModifier and TypeMethodDescriptionintRTLight.getLightRays(Ray view, IntersectionDescription desc, ShadowProcessor shadowProcessor, RayList rays) -
Uses of ShadowProcessor in de.grogra.ray.light
Classes in de.grogra.ray.light that implement ShadowProcessorFields in de.grogra.ray.light declared as ShadowProcessorModifier and TypeFieldDescriptionprotected ShadowProcessorDefaultLightProcessor.m_shadowProcessor -
Uses of ShadowProcessor in de.grogra.ray.tracing
Methods in de.grogra.ray.tracing with parameters of type ShadowProcessorModifier and TypeMethodDescriptionintHagensBiDiStrategie1.RTPseudoLight.getLightRays(Ray view, IntersectionDescription desc, ShadowProcessor shadowProcessor, RayList rays)