aboutsummaryrefslogtreecommitdiffstats
path: root/www/j3d1_4
diff options
context:
space:
mode:
authorChien Yang <[email protected]>2005-04-09 01:12:58 +0000
committerChien Yang <[email protected]>2005-04-09 01:12:58 +0000
commit2f89e7375f40895d3b3b89c5c793ea34b57c175b (patch)
treed44904ed68116a47585876e0e1a6c624ec2619b0 /www/j3d1_4
parentf557f460f89bdeec5a0e24eb3028675e04b4680b (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.html31
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 &nbsp; -
request for
closest intersection point.</code><br>
-<code>DISTANCE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-&nbsp;
-&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; -
+<code>CLOSEST_DISTANCE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+&nbsp;&nbsp;
+-
request for the closest distance of the intersection.</code><br>
<code>CLOSEST_GEOM_INFO&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp;
&nbsp;&nbsp; - 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()&nbsp; <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&nbsp;
-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&nbsp;
+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&nbsp;
+intersected primitive. */</span><br>
+method: public
+float[] getWeights()<br>
+<br>
</div>
<p><font color="gray">Page last updated &#8212;
$Date$