us.ihmc.graphics3DAdapter.jme
Class JMERayCollisionAdapter
java.lang.Object
us.ihmc.graphics3DAdapter.jme.JMERayCollisionAdapter
- All Implemented Interfaces:
- RayCollisionAdapter
public class JMERayCollisionAdapter
- extends java.lang.Object
- implements RayCollisionAdapter
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMERayCollisionAdapter
public JMERayCollisionAdapter(com.jme3.scene.Node rootNode)
getPickDistance
public double getPickDistance()
- Specified by:
getPickDistance
in interface RayCollisionAdapter
cloneRootNode
public com.jme3.scene.Node cloneRootNode()
getPickDistance
public double getPickDistance(com.jme3.scene.Node rootNode)
getPickDistance
public double getPickDistance(com.jme3.scene.Node rootNode,
javax.vecmath.Vector3d normalToPack,
javax.vecmath.Point3d closestPoint)
setPickingGeometry
public void setPickingGeometry(Ray3d ray3d)
- Specified by:
setPickingGeometry
in interface RayCollisionAdapter