JavaCAD
Static Public Member Functions | Private Member Functions | List of all members
eu.mihosoft.vrl.v3d.VFX3DUtil Class Reference

Static Public Member Functions

static void addMouseBehavior (Node n, Scene eventReceiver, MouseButton btn)
 
static void addMouseBehavior (Node n, Node eventReceiver, MouseButton btn)
 

Private Member Functions

 VFX3DUtil ()
 

Detailed Description

Utility class that allows to visualize meshes created with null .

Author
Michael Hoffer info@.nosp@m.mich.nosp@m.aelho.nosp@m.ffer.nosp@m..de

Definition at line 47 of file VFX3DUtil.java.

Constructor & Destructor Documentation

◆ VFX3DUtil()

eu.mihosoft.vrl.v3d.VFX3DUtil.VFX3DUtil ( )
private

Instantiates a new VF x3 d util.

Definition at line 52 of file VFX3DUtil.java.

Member Function Documentation

◆ addMouseBehavior() [1/2]

static void eu.mihosoft.vrl.v3d.VFX3DUtil.addMouseBehavior ( Node  n,
Node  eventReceiver,
MouseButton  btn 
)
static

Adds rotation behavior to the specified node.

Parameters
nnode
eventReceiverreceiver of the event
btnmouse button that shall be used for this behavior

Definition at line 78 of file VFX3DUtil.java.

◆ addMouseBehavior() [2/2]

static void eu.mihosoft.vrl.v3d.VFX3DUtil.addMouseBehavior ( Node  n,
Scene  eventReceiver,
MouseButton  btn 
)
static

Adds rotation behavior to the specified node.

Parameters
nnode
eventReceiverreceiver of the event
btnmouse button that shall be used for this behavior

Definition at line 65 of file VFX3DUtil.java.


The documentation for this class was generated from the following file: