|
Recently I started using nio buffers for my
geometry. Unfortunately, Sun's picking utilities don't work with this mode as
evidenced by the following Exception. Does anyone know if Sun plans to support
nio buffers in its picking utilities or is it time for me to write my
own?
Raffi
java.lang.IllegalStateException: GeometryArray:
must not be in USE_NIO_BUFFER mode to use this
method
at javax.media.j3d.GeometryArray.getInterleavedVertices(GeometryArray.java:5643) at com.sun.j3d.utils.picking.PickResult.intersect(PickResult.java:682) at com.sun.j3d.utils.picking.PickResult.generateIntersections(PickResult.java:635) at com.sun.j3d.utils.picking.PickResult.numIntersections(PickResult.java:422) |
