summaryrefslogtreecommitdiffstats
path: root/src/PickTest/IntersectTest.java
diff options
context:
space:
mode:
authorjada <jada@28c7f869-5b4e-e670-f602-82bfaf57f300>2005-11-03 22:46:51 +0000
committerjada <jada@28c7f869-5b4e-e670-f602-82bfaf57f300>2005-11-03 22:46:51 +0000
commitc6805f980728cf8ebe1a329dc0e584c741accc8d (patch)
tree2b5989ad02fb6bd3d418a8adadd1658e3845b894 /src/PickTest/IntersectTest.java
parent514fe3f6240041c178ff9262d0b91e838fad1d3b (diff)
1) Modified IntersectTest to use the new pickfast utils.
2) Cleanup PickTest
Diffstat (limited to 'src/PickTest/IntersectTest.java')
-rw-r--r--src/PickTest/IntersectTest.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/PickTest/IntersectTest.java b/src/PickTest/IntersectTest.java
index f4e70cb..ef27f7a 100644
--- a/src/PickTest/IntersectTest.java
+++ b/src/PickTest/IntersectTest.java
@@ -51,7 +51,6 @@ import com.sun.j3d.utils.universe.*;
import javax.media.j3d.*;
import javax.vecmath.*;
import com.sun.j3d.utils.behaviors.keyboard.*;
-import com.sun.j3d.utils.picking.PickTool;
public class IntersectTest extends Applet {
@@ -109,9 +108,6 @@ public class IntersectTest extends Applet {
Shape3D shape = new Shape3D(geom);
- // use the utility method to set the capabilities
- PickTool.setCapabilities(shape, PickTool.INTERSECT_FULL);
-
objTrans.addChild(shape);
}
}
@@ -143,8 +139,6 @@ public class IntersectTest extends Applet {
Shape3D shape = new Shape3D();
shape.setGeometry (la);
- // use the utility method to set the capabilities
- PickTool.setCapabilities(shape, PickTool.INTERSECT_FULL);
objTrans.addChild(shape);
}
@@ -169,8 +163,6 @@ public class IntersectTest extends Applet {
Shape3D shape = new Shape3D();
shape.setGeometry (pa);
- // use the utility method to set the capabilities
- PickTool.setCapabilities(shape, PickTool.INTERSECT_FULL);
objTrans.addChild(shape);
}