Package | Description |
---|---|
com.jhlabs.image |
Modifier and Type | Class and Description |
---|---|
static class |
LightFilter.AmbientLight |
static class |
LightFilter.DistantLight |
static class |
LightFilter.PointLight |
static class |
LightFilter.SpotLight |
Modifier and Type | Method and Description |
---|---|
Vector<LightFilter.Light> |
LightFilter.getLights() |
Modifier and Type | Method and Description |
---|---|
void |
LightFilter.addLight(LightFilter.Light light) |
protected Color4f |
LightFilter.phongShade(Vector3f position,
Vector3f viewpoint,
Vector3f normal,
Color4f diffuseColor,
Color4f specularColor,
LightFilter.Material material,
LightFilter.Light[] lightsArray) |
void |
LightFilter.removeLight(LightFilter.Light light) |
Copyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.