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, setRectangledisposeInvalid, disposeUnreferenced, isValid, releaseDisposeacquireAndCount, getReferenceCount, release, releaseAndCountequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacquireAndCount, getReferenceCount, release, releaseAndCountpublic static final int MAX_OCCLUSION_QUERIES
public GLOcclusionSelector(GLViewer viewer)
public void setupSelection(com.jogamp.opengl.GL gl)
setupSelection in class GLSelectorpublic void processSelection(com.jogamp.opengl.GL gl)
processSelection in class GLSelectorpublic void beginSelectionQuery(int idx)
beginSelectionQuery in class GLSelectorpublic void endSelectionQuery()
endSelectionQuery in class GLSelector