|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.vecmath.geom.VolumeBase de.grogra.vecmath.geom.MeshVolume de.grogra.ray2.radiosity.MyMeshVolume
public class MyMeshVolume
This is an extension of MeshVolume. It adds a color to a mesh volume.
Field Summary |
---|
Fields inherited from class de.grogra.vecmath.geom.MeshVolume |
---|
MIN_CELL_OBJECTS |
Constructor Summary | |
---|---|
MyMeshVolume()
|
Method Summary | |
---|---|
Color3f |
getMeshColor()
Returns the Mesh color. |
void |
setMeshColor(Color3f color)
Sets the Color for this Mesh. |
Methods inherited from class de.grogra.vecmath.geom.MeshVolume |
---|
boxContainsBoundary, computeFaceNormal, computeIntersections, computeNormal, computeTangents, computeUV, contains, dup, getExtent, getOctree, getPolygonCount, setMesh, setTransformation |
Methods inherited from class de.grogra.vecmath.geom.VolumeBase |
---|
addConvexIntersections, getId, operator$and, operator$com, operator$or, operator$sub, setId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MyMeshVolume()
Method Detail |
---|
public Color3f getMeshColor()
public void setMeshColor(Color3f color)
color
- the color to set.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |