RayTracer 1.0
Ray tracing is a technique used to generate realistic digital images by simulating the inverse path of light. Our goal is to create a program able to generate an image from a file describing the scene.
 
Loading...
Searching...
No Matches
RayTracer::PointLight Member List

This is the complete list of members for RayTracer::PointLight, including all inherited members.

_intensityRayTracer::PointLightprivate
_positionRayTracer::PointLightprivate
getPosition() constRayTracer::PointLight
illuminate(const Ray &ray, const IPrimitive &object, const Math::Point3D &point) const overrideRayTracer::PointLightvirtual
PointLight(const Math::Point3D &pos, float intensity)RayTracer::PointLight
~ILight()=defaultRayTracer::ILightvirtual