Re: Mouse Interactions with VisAD

Hi Yuan,

You can do this by extending two classes (assuming you are using Java3D
for Displays):

  visad/java3d/DefaultDisplayRendererJ3D.java
  visad/java3d/MouseBehaviorJ3D.java

The extension of DefaultDisplayRendererJ3D would override
createSceneGraph, that would differ from
DefaultDisplayRendererJ3D.createSceneGraph in that it constructs
the extension of MouseBehaviorJ3D rather than MouseBehaviorJ3D.

The extension of MouseBehaviorJ3D would override processStimulus,
that would scan the AWTEvents in its 'Enumeration criteria' argument
looking for MouseEvents, then invoke 'super.processStimulus(criteria)'
to let MouseBehaviorJ3D.processStimulus do its work.

Please let me know if you have problems.

Cheers,
Bill
----------------------------------------------------------
Bill Hibbard, SSEC, 1225 W. Dayton St., Madison, WI  53706
hibbard@xxxxxxxxxxxxxxxxx  608-263-4427  fax: 608-263-6738
http://www.ssec.wisc.edu/~billh/vis.html

  • 1999 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the visad archives: