From 2f89e7375f40895d3b3b89c5c793ea34b57c175b Mon Sep 17 00:00:00 2001 From: Chien Yang Date: Sat, 9 Apr 2005 01:12:58 +0000 Subject: Updated proposed new Picking spec. git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@211 ba19aa83-45c5-6ac9-afd3-db810772062c --- www/j3d1_4/picking.html | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) (limited to 'www/j3d1_4') diff --git a/www/j3d1_4/picking.html b/www/j3d1_4/picking.html index 556f3cd..05ad26a 100644 --- a/www/j3d1_4/picking.html +++ b/www/j3d1_4/picking.html @@ -69,9 +69,9 @@ for computed intersected Node.
CLOSEST_INTERSECTION_POINT   - request for closest intersection point.
-DISTANCE          -  -         - +CLOSEST_DISTANCE          +   +- request for the closest distance of the intersection.
CLOSEST_GEOM_INFO            - request for only the closest intersection geometry @@ -143,9 +143,9 @@ Point3d getClosestIntersectionPoint()

/** Retrieves the distance between the start point of the pickShape and the -intersection point. */
+closest intersection point. */
method: public -double getDistance()
+double getClosestDistance()

/** Retrieves @@ -172,13 +172,7 @@ int getGeometryIndex() 
the reference to the intersected geometry in the picked object, either a Shape3D or Morph. */

method: public -Geometry getGeometry()
-
-/** Retrieves -the interpolation weights for each of the verticies of the  -intersected primitive. */
-method: public -float[] getWeights()
+Geometry getGeometry()

/** Retrieves the reference to the intersection point of the picked geometry in this @@ -186,10 +180,23 @@ IntersectionInfo object. */
method: public Point3d getIntersectionPoint()

+/** +Retrieves +the distance between the start point of the pickShape and the  +intersection point. */
+method: public +double getDistance()
+
/** Retrieves the vertex indices of the intersected primitive in the geometry. */
method: public int[] getVertexIndices()

+/** Retrieves +the interpolation weights for each of the verticies of the  +intersected primitive. */
+method: public +float[] getWeights()
+

Page last updated — $Date$ -- cgit v1.2.3