Class VFX3DUtil

java.lang.Object
eu.mihosoft.vrl.v3d.VFX3DUtil

public class VFX3DUtil extends Object
Utility class that allows to visualize meshes created with null MathUtil#evaluateFunction(eu.mihosoft.vrl.javaone2013.math.Function2D, int, int, float, float, float, double, double, double, double).
Author:
Michael Hoffer <info@michaelhoffer.de>
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    addMouseBehavior(javafx.scene.Node n, javafx.scene.Node eventReceiver, javafx.scene.input.MouseButton btn)
    Adds rotation behavior to the specified node.
    static void
    addMouseBehavior(javafx.scene.Node n, javafx.scene.Scene eventReceiver, javafx.scene.input.MouseButton btn)
    Adds rotation behavior to the specified node.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • addMouseBehavior

      public static void addMouseBehavior(javafx.scene.Node n, javafx.scene.Scene eventReceiver, javafx.scene.input.MouseButton btn)
      Adds rotation behavior to the specified node.
      Parameters:
      n - node
      eventReceiver - receiver of the event
      btn - mouse button that shall be used for this behavior
    • addMouseBehavior

      public static void addMouseBehavior(javafx.scene.Node n, javafx.scene.Node eventReceiver, javafx.scene.input.MouseButton btn)
      Adds rotation behavior to the specified node.
      Parameters:
      n - node
      eventReceiver - receiver of the event
      btn - mouse button that shall be used for this behavior