|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.ray2.radiosity.triangulation.PointLight
public class PointLight
This class divides a PointLight into triangle patches.
Constructor Summary | |
---|---|
PointLight()
|
Method Summary | |
---|---|
static void |
computePatches(GroupListBuilder builder,
Point3d middle,
Color3f color)
Divides the volume into patches and use the builder to store it. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PointLight()
Method Detail |
---|
public static void computePatches(GroupListBuilder builder, Point3d middle, Color3f color)
builder
- saves the created patches.middle
- the center of the point light.color
- the color of the point light.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |