|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.ray2.radiosity.triangulation.Square
public abstract class Square
This class divides a Square into triangle patches.
Constructor Summary | |
---|---|
Square()
|
Method Summary | |
---|---|
static void |
computePatches(GroupListBuilder builder,
TransformableVolume square,
Shader shader,
Color3f emitted)
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 Square()
Method Detail |
---|
public static void computePatches(GroupListBuilder builder, TransformableVolume square, Shader shader, Color3f emitted)
builder
- saves the created patches.square
- the volume.shader
- the material shader.emitted
- the emitted color.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |