Uses of Class
de.grogra.ray.util.RayContext
Packages that use RayContext
Package
Description
-
Uses of RayContext in de.grogra.imp3d.ray
Methods in de.grogra.imp3d.ray with parameters of type RayContextModifier and TypeMethodDescriptionfloat
RTAreaLight.getDistance
(Ray ray, RayContext context) float
RTBox.getDistance
(Ray ray, RayContext context) float
RTCone.getDistance
(Ray ray, RayContext context) float
RTCylinder.getDistance
(Ray ray, RayContext context) float
RTDirectionalLight.getDistance
(Ray ray, RayContext context) float
RTFrustum.getDistance
(Ray ray, RayContext context) float
RTParallelogram.getDistance
(Ray ray, RayContext context) float
RTPlane.getDistance
(Ray ray, RayContext context) float
RTPointLight.getDistance
(Ray ray, RayContext context) float
RTSky.getDistance
(Ray ray, RayContext context) float
RTSphere.getDistance
(Ray ray, RayContext context) float
RTSpotLight.getDistance
(Ray ray, RayContext context) -
Uses of RayContext in de.grogra.ray
Methods in de.grogra.ray with parameters of type RayContext -
Uses of RayContext in de.grogra.ray.intersection
Methods in de.grogra.ray.intersection with parameters of type RayContextModifier and TypeMethodDescriptionboolean
DefaultIntersectionProcessor.getFirstIntersectionDescription
(Ray ray, RayContext context, IntersectionDescription desc) boolean
IntersectionProcessor.getFirstIntersectionDescription
(Ray ray, RayContext context, IntersectionDescription desc) boolean
OctreeIntersectionProcessor.getFirstIntersectionDescription
(Ray ray, RayContext context, IntersectionDescription desc) boolean
OctreeIntersectionProcessor.getFirstIntersectionDescription_infiniteObjects
(Ray ray, RayContext context, IntersectionDescription desc) boolean
OctreeIntersectionProcessor.getFirstIntersectionDescription_noInfiniteObjects
(Ray ray, RayContext context, IntersectionDescription desc) float
DefaultIntersectionProcessor.getFirstIntersectionT
(Ray ray, RayContext context) float
IntersectionProcessor.getFirstIntersectionT
(Ray ray, RayContext context) float
OctreeIntersectionProcessor.getFirstIntersectionT
(Ray ray, RayContext context) float
OctreeIntersectionProcessor.getFirstIntersectionT_infiniteObjects
(Ray ray, RayContext context) float
OctreeIntersectionProcessor.getFirstIntersectionT_noInfiniteObjects
(Ray ray, RayContext context) -
Uses of RayContext in de.grogra.ray.tracing
Methods in de.grogra.ray.tracing with parameters of type RayContextModifier and TypeMethodDescriptionfloat
HagensBiDiStrategie1.RTPseudoLight.getDistance
(Ray ray, RayContext context)