jjdh API

Uses of Class
jjdh.opengl.attributes.Light

Packages that use Light
jjdh.opengl.attributes This Package contains several wrappers for basic OpenGL attributes. 
jjdh.opengl.core.light This Package contains classes to deal with light sources in OpenGL. 
 

Uses of Light in jjdh.opengl.attributes
 

Fields in jjdh.opengl.attributes declared as Light
private  Light Material.light
           
 

Methods in jjdh.opengl.attributes that return Light
 Light Light.clone()
           
 Light Material.getLight()
           
 

Constructors in jjdh.opengl.attributes with parameters of type Light
Light(Light l)
           
 

Uses of Light in jjdh.opengl.core.light
 

Fields in jjdh.opengl.core.light declared as Light
protected  Light AbstractLightSource.light
           
 

Methods in jjdh.opengl.core.light that return Light
 Light AbstractLightSource.getLight()
           
 

Methods in jjdh.opengl.core.light with parameters of type Light
 void AbstractLightSource.setLight(Light light)
           
 


jjdh API

Copyright © 2006 Jonas Jacobi and Dennis Heidsiek. All Rights Reserved.