aboutsummaryrefslogtreecommitdiffstats
path: root/src/PickTest/IntersectTest.java
diff options
context:
space:
mode:
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);
}