All Packages Class Hierarchy This Package Previous Next Index
Class berkeley.cs.dmc.ji3d.PointLight
java.lang.Object
|
+----berkeley.cs.dmc.ji3d.Base
|
+----berkeley.cs.dmc.ji3d.Light
|
+----berkeley.cs.dmc.ji3d.PointLight
- public final class PointLight
- extends Light
-
center
-
-
falloff
-
-
PointLight(Vec3, Vec3)
-
-
PointLight(Vec3, Vec3, float)
-
-
attenuate(float)
-
-
lightDir(Vec3, Vec4)
-
center
public Vec3 center
falloff
public float falloff
PointLight
public PointLight(Vec3 color,
Vec3 center,
float falloff)
PointLight
public PointLight(Vec3 color,
Vec3 center)
lightDir
protected float lightDir(Vec3 dir,
Vec4 v)
- Overrides:
- lightDir in class Light
attenuate
protected float attenuate(float dist)
- Overrides:
- attenuate in class Light
All Packages Class Hierarchy This Package Previous Next Index