public static interface PullController.Pullable
Modifier and Type | Method and Description |
---|---|
void |
applyForce(java.lang.Object orig,
Vector3d force)
Given the supplied force origin info and a force vector,
apply the force (typically sets an external force)
|
java.lang.Object |
getOriginData(MouseRayEvent ray)
Constructs force origin storage data given a mouse ray
(e.g.
|
Point3d |
getOriginPoint(java.lang.Object data)
Determines the world-coordinate point to which force will
be applied (used for determining magnitude of force)
|
double |
getPointRenderRadius() |
boolean |
isPullable() |
boolean isPullable()
java.lang.Object getOriginData(MouseRayEvent ray)
Point3d getOriginPoint(java.lang.Object data)
double getPointRenderRadius()
void applyForce(java.lang.Object orig, Vector3d force)