public class GLOcclusionSelector extends GLSelector
Modifier and Type | Field and Description |
---|---|
static int |
MAX_OCCLUSION_QUERIES |
Constructor and Description |
---|
GLOcclusionSelector(GLViewer viewer) |
Modifier and Type | Method and Description |
---|---|
void |
beginSelectionQuery(int idx) |
void |
endSelectionQuery() |
void |
processSelection(com.jogamp.opengl.GL gl) |
void |
setupSelection(com.jogamp.opengl.GL gl) |
acquire, activateFBO, beginSelectionForObject, deactivateFBO, dispose, endSelectionForObject, getFBO, isDisposed, setRectangle
disposeInvalid, disposeUnreferenced, isValid, releaseDispose
acquireAndCount, getReferenceCount, release, releaseAndCount
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
acquireAndCount, getReferenceCount, release, releaseAndCount
public static final int MAX_OCCLUSION_QUERIES
public GLOcclusionSelector(GLViewer viewer)
public void setupSelection(com.jogamp.opengl.GL gl)
setupSelection
in class GLSelector
public void processSelection(com.jogamp.opengl.GL gl)
processSelection
in class GLSelector
public void beginSelectionQuery(int idx)
beginSelectionQuery
in class GLSelector
public void endSelectionQuery()
endSelectionQuery
in class GLSelector