Does anyone know about this exception:
java.lang.RuntimeException: Interp point outside quad
at
com.sun.j3d.utils.picking.PickIntersection.getInterpWeights(PickIntersec
tion.java:1429)
at
com.sun.j3d.utils.picking.PickIntersection.getPointCoordinates(PickInter
section.java:1071)
Win NT 4, j3d openGL 1.1.2
When picking my objects with:
SceneGraphPath[] sgp = pickScene.pickAllSorted(xpos, ypos, pickMode);
I sometimes get the following:
###
Exception occurred during Behavior execution:
java.lang.ArrayIndexOutOfBoundsException: 1 >= 1
at java.util.Vector.el