JavaFX 3D Tutorial #5 – More fine mouse control – Zoom in and Zoom out

In this chapter, we will implement the mouse zoom control. Currently we have complete rotation freedom on the mouse. With Zoom in/out effect, we can control the Z-axis.

This zoom control will be based on mouse scrolling. JavaFX provides option to listen for mouse scroll event. We will make use of that.

//Attach a scroll listener
stage.addEventHandler(ScrollEvent.SCROLL, event -> {
        //Get how much scroll was done in Y axis.
	double delta = event.getDeltaY();
        //Add it to the Z-axis location.
	group.translateZProperty().set(group.getTranslateZ() + delta);
});

ScrollEvent.SCROLL allows to track the scrolling. JavaFX provides support for tracking horizontal scrolling (which can be obtained using event.getDeltaX()) as well as vertical scrolling (which can be obtained using event.getDeltaY()). Currently we are interested in vertical scrolling only.

When we scroll upward, the value will be positive. Then the Z axis value will increase and object will go away. When the scroll is downward, Z value will be decreased and the object will come closer.

Visit JavaFX 3D Course Index Page

Comments

52 responses to “JavaFX 3D Tutorial #5 – More fine mouse control – Zoom in and Zoom out”

  1. … [Trackback]

    […] Find More here on that Topic: genuinecoder.com/javafx-3d-mouse-control-zoom/ […]

  2. … [Trackback]

    […] Find More on that Topic: genuinecoder.com/javafx-3d-mouse-control-zoom/ […]

  3. … [Trackback]

    […] Find More on that Topic: genuinecoder.com/javafx-3d-mouse-control-zoom/ […]

  4. … [Trackback]

    […] Find More on that Topic: genuinecoder.com/javafx-3d-mouse-control-zoom/ […]

  5. … [Trackback]

    […] Info to that Topic: genuinecoder.com/javafx-3d-mouse-control-zoom/ […]

  6. … [Trackback]

    […] Info to that Topic: genuinecoder.com/javafx-3d-mouse-control-zoom/ […]

  7. … [Trackback]

    […] Read More Info here to that Topic: genuinecoder.com/javafx-3d-mouse-control-zoom/ […]

  8. … [Trackback]

    […] Here you will find 4315 additional Info to that Topic: genuinecoder.com/javafx-3d-mouse-control-zoom/ […]

  9. … [Trackback]

    […] Info on that Topic: genuinecoder.com/javafx-3d-mouse-control-zoom/ […]

  10. … [Trackback]

    […] Find More Information here on that Topic: genuinecoder.com/javafx-3d-mouse-control-zoom/ […]

  11. … [Trackback]

    […] Find More to that Topic: genuinecoder.com/javafx-3d-mouse-control-zoom/ […]

  12. … [Trackback]

    […] There you can find 81930 additional Information on that Topic: genuinecoder.com/javafx-3d-mouse-control-zoom/ […]

  13. … [Trackback]

    […] Find More on to that Topic: genuinecoder.com/javafx-3d-mouse-control-zoom/ […]

  14. … [Trackback]

    […] Read More here to that Topic: genuinecoder.com/javafx-3d-mouse-control-zoom/ […]

  15. … [Trackback]

    […] There you will find 35360 additional Information to that Topic: genuinecoder.com/javafx-3d-mouse-control-zoom/ […]

  16. … [Trackback]

    […] Info on that Topic: genuinecoder.com/javafx-3d-mouse-control-zoom/ […]

  17. … [Trackback]

    […] Read More here to that Topic: genuinecoder.com/javafx-3d-mouse-control-zoom/ […]

  18. … [Trackback]

    […] Here you will find 15545 more Info on that Topic: genuinecoder.com/javafx-3d-mouse-control-zoom/ […]

  19. … [Trackback]

    […] Find More on on that Topic: genuinecoder.com/javafx-3d-mouse-control-zoom/ […]

  20. … [Trackback]

    […] Info to that Topic: genuinecoder.com/javafx-3d-mouse-control-zoom/ […]

  21. … [Trackback]

    […] Find More Information here on that Topic: genuinecoder.com/javafx-3d-mouse-control-zoom/ […]

  22. … [Trackback]

    […] Info to that Topic: genuinecoder.com/javafx-3d-mouse-control-zoom/ […]

  23. … [Trackback]

    […] Find More here on that Topic: genuinecoder.com/javafx-3d-mouse-control-zoom/ […]

  24. … [Trackback]

    […] Find More Info here to that Topic: genuinecoder.com/javafx-3d-mouse-control-zoom/ […]

  25. … [Trackback]

    […] Information to that Topic: genuinecoder.com/javafx-3d-mouse-control-zoom/ […]

  26. … [Trackback]

    […] Here you can find 85623 additional Information to that Topic: genuinecoder.com/javafx-3d-mouse-control-zoom/ […]

  27. … [Trackback]

    […] There you will find 21380 more Info to that Topic: genuinecoder.com/javafx-3d-mouse-control-zoom/ […]

  28. … [Trackback]

    […] Read More Info here to that Topic: genuinecoder.com/javafx-3d-mouse-control-zoom/ […]

  29. … [Trackback]

    […] There you will find 31649 additional Information to that Topic: genuinecoder.com/javafx-3d-mouse-control-zoom/ […]

  30. … [Trackback]

    […] There you can find 36619 more Info to that Topic: genuinecoder.com/javafx-3d-mouse-control-zoom/ […]

  31. … [Trackback]

    […] Information on that Topic: genuinecoder.com/javafx-3d-mouse-control-zoom/ […]

  32. … [Trackback]

    […] Read More Information here on that Topic: genuinecoder.com/javafx-3d-mouse-control-zoom/ […]

  33. … [Trackback]

    […] Info on that Topic: genuinecoder.com/javafx-3d-mouse-control-zoom/ […]

  34. … [Trackback]

    […] Find More on to that Topic: genuinecoder.com/javafx-3d-mouse-control-zoom/ […]

  35. … [Trackback]

    […] There you will find 30451 additional Info on that Topic: genuinecoder.com/javafx-3d-mouse-control-zoom/ […]

  36. … [Trackback]

    […] Read More Information here on that Topic: genuinecoder.com/javafx-3d-mouse-control-zoom/ […]

  37. … [Trackback]

    […] Info to that Topic: genuinecoder.com/javafx-3d-mouse-control-zoom/ […]

  38. … [Trackback]

    […] Here you can find 51008 more Info on that Topic: genuinecoder.com/javafx-3d-mouse-control-zoom/ […]

  39. … [Trackback]

    […] Read More on that Topic: genuinecoder.com/javafx-3d-mouse-control-zoom/ […]

  40. how to buy enclomiphene real price

    get enclomiphene cheap online canada

  41. moins cher sans ordonnance nécessaire kamagra

    ordonnance kamagra pas chère

  42. ordering androxal cheap usa

    cheapest buy androxal generic when available

  43. purchase flexeril cyclobenzaprine cheap online in the uk

    online order flexeril cyclobenzaprine canada over the counter

  44. purchase dutasteride cost australia

    purchase dutasteride price from cvs

  45. 180 gabapentin delivered on saturday

    is there a generic drug for gabapentin

  46. online order itraconazole price canada

    itraconazole cod pharmacy

  47. cheap fildena generic overnight shipping

    Buy fildena online no membership

  48. order staxyn australia pharmacy

    buy staxyn generic ingredients

  49. buy cheap avodart buy dallas

    ordering avodart purchase online from canada

  50. get rifaximin purchase tablets

    online order rifaximin usa buying

  51. get xifaxan generic good

    get xifaxan price for prescription

  52. kniha koupit online objednávku kamagra

    dodáno kamagra

Leave a Reply