Uses of Interface
net.sf.j3d.threeD.raytracer.lighting.SurfaceLight

Packages that use SurfaceLight
net.sf.j3d.physics   
net.sf.j3d.threeD.raytracer.lighting   
 

Uses of SurfaceLight in net.sf.j3d.physics
 

Classes in net.sf.j3d.physics that implement SurfaceLight
 class Sphere
           
 

Uses of SurfaceLight in net.sf.j3d.threeD.raytracer.lighting
 

Classes in net.sf.j3d.threeD.raytracer.lighting that implement SurfaceLight
 class RectangularLight
          A RectangularLight object provides PointLight samples that are randomly distributed across the a plane surface.
 class SphericalLight
          A SphericalLight object provides PointLight samples that are randomly distributed across the surface of a sphere.