Uses of Class
de.jreality.scene.PointLight

Packages that use PointLight
de.jreality.scene This package contains the essential classes of the jReality scene graph. 
de.jreality.util Miscellaneous jReality utilities used in the core packages. 
 

Uses of PointLight in de.jreality.scene
 

Subclasses of PointLight in de.jreality.scene
 class SpotLight
          This is a spot light.
 

Methods in de.jreality.scene with parameters of type PointLight
 void SceneGraphVisitor.visit(PointLight l)
           
 

Uses of PointLight in de.jreality.util
 

Methods in de.jreality.util with parameters of type PointLight
 void CopyVisitor.visit(PointLight l)