public PickResult (Node node, Point3D point, double distance, int face, Point2D texCoord)

Creates a new instance of PickResult.

Parameters:
node    The intersected node
point    The intersected point in local coordinate of the picked Node
distance    The intersected distance between camera position and the picked Node
face    The intersected face of the picked Node
texCoord    The intersected texture coordinates of the picked Node