public class TrackballWrapper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
isDragging |
int |
mouseButton |
int |
radius |
Trackball |
target |
Constructor and Description |
---|
TrackballWrapper(int mouseButton,
int radius) |
Modifier and Type | Method and Description |
---|---|
void |
setTransform(javax.vecmath.Matrix4f transform) |
void |
update(int mouseX,
int mouseY) |
public int mouseButton
public int radius
public Trackball target
public boolean isDragging