public interface ToolRenderer
Modifier and Type | Method and Description |
---|---|
void |
onOpenGlSurfaceChanged()
is called every time the OpenGL rendering surface has been changed.
|
void |
renderTool(GL gl,
double[] axisPos)
renders the tool to the given OpenGL context.
|
void renderTool(GL gl, double[] axisPos)
gl
- the OpenGL contextaxisPos
- the axis positionsvoid onOpenGlSurfaceChanged()