org.xith3d.effects.shadows.occluder
Class OccluderSubmission
java.lang.Object
org.xith3d.effects.shadows.occluder.OccluderSubmission
public class OccluderSubmission
- extends java.lang.Object
And occluder submission is a Shape3D which is passed in
with the transformation within the model space. This
is used to transform the coordinates before adding the
vertex to the list.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
shape
protected Shape3D shape
OccluderSubmission
public OccluderSubmission(Shape3D shape,
Transform3D modelTransform)
getModelTransform
public Transform3D getModelTransform()
getShape
public Shape3D getShape()
setShape
public void setShape(Shape3D shape)
setModelTransform
public void setModelTransform(Transform3D modelTransform)