|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme.scene.shadow.ShadowTriangle
public class ShadowTriangle
ShadowTriangle
A class that holds the edge information of a
single face (triangle) of an occluder
Field Summary | |
---|---|
ShadowEdge |
edge1
|
ShadowEdge |
edge2
|
ShadowEdge |
edge3
|
static int |
INVALID_TRIANGLE
INVALID_TRIANGLE (int) indicates that an edge is not
connected |
Constructor Summary | |
---|---|
ShadowTriangle()
|
Method Summary | |
---|---|
java.lang.Class |
getClassTag()
|
void |
read(JMEImporter e)
|
void |
write(JMEExporter e)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int INVALID_TRIANGLE
INVALID_TRIANGLE
(int) indicates that an edge is not
connected
public ShadowEdge edge1
public ShadowEdge edge2
public ShadowEdge edge3
Constructor Detail |
---|
public ShadowTriangle()
Method Detail |
---|
public void write(JMEExporter e) throws java.io.IOException
write
in interface Savable
java.io.IOException
public void read(JMEImporter e) throws java.io.IOException
read
in interface Savable
java.io.IOException
public java.lang.Class getClassTag()
getClassTag
in interface Savable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |