O
- public interface ItemPlotter3D<O>
AxesRenderer3D
to determine the position.Modifier and Type | Method and Description |
---|---|
void |
plotObject(javax.media.opengl.GLAutoDrawable drawable,
XYZVisualisation3D.LocatedObject3D<O> object,
AxesRenderer3D renderer)
Plots a specific object to the 3D visualisation using the
AxesRenderer3D to
provide the position of the object. |
void |
renderRestarting()
Called just before a render of the visualisation is about to start.
|
void renderRestarting()
void plotObject(javax.media.opengl.GLAutoDrawable drawable, XYZVisualisation3D.LocatedObject3D<O> object, AxesRenderer3D renderer)
AxesRenderer3D
to
provide the position of the object. Should side affect the given image.drawable
- The 3D worldobject
- The objectrenderer
- The axes renderer