diff options
author | Chien Yang <[email protected]> | 2005-04-09 01:12:58 +0000 |
---|---|---|
committer | Chien Yang <[email protected]> | 2005-04-09 01:12:58 +0000 |
commit | 2f89e7375f40895d3b3b89c5c793ea34b57c175b (patch) | |
tree | d44904ed68116a47585876e0e1a6c624ec2619b0 /www/j3d1_4 | |
parent | f557f460f89bdeec5a0e24eb3028675e04b4680b (diff) |
Updated proposed new Picking spec.
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@211 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'www/j3d1_4')
-rw-r--r-- | www/j3d1_4/picking.html | 31 |
1 files changed, 19 insertions, 12 deletions
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.</code><br> <code>CLOSEST_INTERSECTION_POINT - request for closest intersection point.</code><br> -<code>DISTANCE - - - +<code>CLOSEST_DISTANCE + +- request for the closest distance of the intersection.</code><br> <code>CLOSEST_GEOM_INFO - request for only the closest intersection geometry @@ -143,9 +143,9 @@ Point3d getClosestIntersectionPoint()<br> <p style="margin-left: 80px;"><span style="font-style: italic;">/** Retrieves the distance between the start point of the pickShape and the -intersection point. */</span><br> +closest intersection point. */</span><br> method: public -double getDistance()<br> +double getClosestDistance()<br> </p> <p style="margin-left: 80px;"><span style="font-style: italic;">/** Retrieves @@ -172,13 +172,7 @@ int getGeometryIndex() <br> the reference to the intersected geometry in the picked object, either a Shape3D or Morph. */</span><br> method: public -Geometry getGeometry() <br> -<br> -<span style="font-style: italic;">/** Retrieves -the interpolation weights for each of the verticies of the -intersected primitive. */</span><br> -method: public -float[] getWeights()<br> +Geometry getGeometry() <span style="font-style: italic;"></span><br> <br> <span style="font-style: italic;">/** Retrieves the reference to the intersection point of the picked geometry in this @@ -186,10 +180,23 @@ IntersectionInfo object. */</span><br> method: public Point3d getIntersectionPoint()<br> <br> +<span style="font-style: italic;">/** +Retrieves +the distance between the start point of the pickShape and the +intersection point. */</span><br> +method: public +double getDistance()<br> +<br> <span style="font-style: italic;">/** Retrieves the vertex indices of the intersected primitive in the geometry. */</span><br> method: public int[] getVertexIndices()<br> <br> +<span style="font-style: italic;">/** Retrieves +the interpolation weights for each of the verticies of the +intersected primitive. */</span><br> +method: public +float[] getWeights()<br> +<br> </div> <p><font color="gray">Page last updated — $Date$ |