maspack.render
Class GLColorSelector
java.lang.Object
maspack.render.GLSelector
maspack.render.GLColorSelector
public class GLColorSelector
- extends GLSelector
GLSelector that works using the traditional GL_SELECT mechanism (now
deprecated).
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GLColorSelector
public GLColorSelector(GLViewer viewer)
setupSelection
public void setupSelection(javax.media.opengl.GLAutoDrawable drawable)
- Specified by:
setupSelection
in class GLSelector
processSelection
public void processSelection(javax.media.opengl.GLAutoDrawable drawable)
- Specified by:
processSelection
in class GLSelector
beginSelectionQuery
public void beginSelectionQuery(int idx)
- Specified by:
beginSelectionQuery
in class GLSelector
endSelectionQuery
public void endSelectionQuery()
- Specified by:
endSelectionQuery
in class GLSelector
beginSelectionForObject
public void beginSelectionForObject(GLSelectable s,
int idx)
- Specified by:
beginSelectionForObject
in class GLSelector
endSelectionForObject
public void endSelectionForObject()
- Specified by:
endSelectionForObject
in class GLSelector