us.ihmc.graphics3DAdapter.input
Interface SelectedListener

All Known Implementing Classes:
ApplyPerturbanceViaMouseListener, ClassicCameraController, ContactableSelectableBoxRobot, ContactableStaticCylinderRobot, ContactableToroidRobot

public interface SelectedListener


Method Summary
 void selected(Graphics3DNode graphics3dNode, ModifierKeyInterface modifierKeyInterface, javax.vecmath.Point3d location, javax.vecmath.Point3d cameraLocation, javax.vecmath.Quat4d cameraRotation)
          This function is called when a point on the screen is selected while holding the modifier key defined with getModifierKey()
 

Method Detail

selected

void selected(Graphics3DNode graphics3dNode,
              ModifierKeyInterface modifierKeyInterface,
              javax.vecmath.Point3d location,
              javax.vecmath.Point3d cameraLocation,
              javax.vecmath.Quat4d cameraRotation)
This function is called when a point on the screen is selected while holding the modifier key defined with getModifierKey()

Parameters:
graphics3dNode - The node that was selected, null if none selected
modifierKeys - TODO
location - location of the selected point
cameraLocation - camera position
cameraRotation - camera view direction