|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.ray2.radiosity.triangulation.Triangulizer
public class Triangulizer
This class divides a volume into patches.
Constructor Summary | |
---|---|
Triangulizer()
|
Method Summary | |
---|---|
static void |
triangulize(GroupListBuilder builder,
Scene scene,
int lightIndex)
This method divides a Light into patches. |
static void |
triangulize(GroupListBuilder builder,
Scene scene,
Volume v)
This method divides a volume into a list of patches. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Triangulizer()
Method Detail |
---|
public static void triangulize(GroupListBuilder builder, Scene scene, int lightIndex) throws TriangulationException
builder
- the global builder list.scene
- the scenelightIndex
- the light index.
TriangulationException
- thrown if, a volume can not be divided.public static void triangulize(GroupListBuilder builder, Scene scene, Volume v) throws TriangulationException
builder
- the global builder list.scene
- the scene.v
- a volume.
TriangulationException
- thrown if, the given volume can not be divided.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |