|
jjdh API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractLightSource | |
---|---|
jjdh.opengl.core.light | This Package contains classes to deal with light sources in OpenGL. |
Uses of AbstractLightSource in jjdh.opengl.core.light |
---|
Subclasses of AbstractLightSource in jjdh.opengl.core.light | |
---|---|
class |
DirectionalLight
|
class |
PositionalLight
|
class |
SpotLight
|
Fields in jjdh.opengl.core.light with type parameters of type AbstractLightSource | |
---|---|
private Map<Integer,AbstractLightSource> |
LightMap.map
|
Methods in jjdh.opengl.core.light that return AbstractLightSource | |
---|---|
AbstractLightSource |
LightMap.get(int number)
|
Methods in jjdh.opengl.core.light with parameters of type AbstractLightSource | |
---|---|
int |
AbstractLightSource.compareTo(AbstractLightSource o)
|
void |
LightMap.put(javax.media.opengl.GL gl,
AbstractLightSource light)
|
void |
LightMap.put(javax.media.opengl.GL gl,
AbstractLightSource light,
int number)
|
|
jjdh API | |||||||||
PREV NEXT | FRAMES NO FRAMES |