Uses of Class
de.jreality.scene.SpotLight

Packages that use SpotLight
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 SpotLight in de.jreality.scene
 

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

Uses of SpotLight in de.jreality.util
 

Methods in de.jreality.util with parameters of type SpotLight
 void CopyVisitor.copyAttr(SpotLight src, SpotLight dst)
           
 void CopyVisitor.visit(SpotLight l)