public abstract class PickMouseBehavior
extends org.jogamp.java3d.Behavior
Modifier and Type | Field and Description |
---|---|
protected boolean |
buttonPress |
protected org.jogamp.java3d.WakeupCriterion[] |
conditions |
protected org.jogamp.java3d.TransformGroup |
currGrp |
protected static boolean |
debug |
protected MouseEvent |
mevent |
protected PickCanvas |
pickCanvas |
protected org.jogamp.java3d.WakeupOr |
wakeupCondition |
ALLOW_AUTO_COMPUTE_BOUNDS_READ, ALLOW_AUTO_COMPUTE_BOUNDS_WRITE, ALLOW_BOUNDS_READ, ALLOW_BOUNDS_WRITE, ALLOW_COLLIDABLE_READ, ALLOW_COLLIDABLE_WRITE, ALLOW_LOCAL_TO_VWORLD_READ, ALLOW_LOCALE_READ, ALLOW_PARENT_READ, ALLOW_PICKABLE_READ, ALLOW_PICKABLE_WRITE, ENABLE_COLLISION_REPORTING, ENABLE_PICK_REPORTING
Constructor and Description |
---|
PickMouseBehavior(org.jogamp.java3d.Canvas3D canvas,
org.jogamp.java3d.BranchGroup root,
org.jogamp.java3d.Bounds bounds)
Creates a PickMouseBehavior given current canvas, root of the tree to
operate on, and the bounds.
|
Modifier and Type | Method and Description |
---|---|
int |
getMode()
Returns the pickMode
|
float |
getTolerance()
Returns the pick tolerance
|
void |
initialize() |
void |
processStimulus(Iterator<org.jogamp.java3d.WakeupCriterion> criteria) |
void |
setMode(int pickMode)
Sets the pick mode
|
void |
setTolerance(float tolerance)
Sets the pick tolerance
|
abstract void |
updateScene(int xpos,
int ypos)
Subclasses shall implement this update function
|
getEnable, getNumSchedulingIntervals, getSchedulingBoundingLeaf, getSchedulingBounds, getSchedulingInterval, getView, getWakeupCondition, postId, setEnable, setSchedulingBoundingLeaf, setSchedulingBounds, setSchedulingInterval, updateNodeReferences, wakeupOn
cloneNode, cloneTree, cloneTree, cloneTree, cloneTree, cloneTree, cloneTree, duplicateNode, getBounds, getBoundsAutoCompute, getCollidable, getLocale, getLocalToVworld, getLocalToVworld, getParent, getPickable, setBounds, setBoundsAutoCompute, setCollidable, setPickable
protected PickCanvas pickCanvas
protected org.jogamp.java3d.WakeupCriterion[] conditions
protected org.jogamp.java3d.WakeupOr wakeupCondition
protected boolean buttonPress
protected org.jogamp.java3d.TransformGroup currGrp
protected static final boolean debug
protected MouseEvent mevent
public PickMouseBehavior(org.jogamp.java3d.Canvas3D canvas, org.jogamp.java3d.BranchGroup root, org.jogamp.java3d.Bounds bounds)
public void setMode(int pickMode)
PickTool.setMode(int)
public int getMode()
PickTool.getMode()
public void setTolerance(float tolerance)
PickCanvas.setTolerance(float)
public float getTolerance()
PickCanvas.getTolerance()
public void initialize()
initialize
in class org.jogamp.java3d.Behavior
public void processStimulus(Iterator<org.jogamp.java3d.WakeupCriterion> criteria)
processStimulus
in class org.jogamp.java3d.Behavior
public abstract void updateScene(int xpos, int ypos)
Copyright © 2019. All rights reserved.