javax.media.j3d.CapabilityNotSetException: Shape3D: no capability to get geometry
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Oracle Community by 807549, 1 year ago
via Oracle Community by 843799, 2 years ago
via Oracle Community by 843799, 1 year ago
via Oracle Community by 843799, 1 year ago
javax.media.j3d.CapabilityNotSetException: Shape3D: no capability to get geometry
at javax.media.j3d.Shape3D.numGeometries(Shape3D.java:398)
at com.sun.j3d.utils.picking.PickResult.storeGeometry(PickResult.java:476)
at com.sun.j3d.utils.picking.PickResult.generateIntersections(PickResult.java:600)
at com.sun.j3d.utils.picking.PickResult.numIntersections(PickResult.java:396)
at com.sun.j3d.utils.picking.PickTool.pickGeomAllSortedIntersect(PickTool.java:852)
at com.sun.j3d.utils.picking.PickTool.pickAllSorted(PickTool.java:517)
at IntersectInfoBehavior.processStimulus(IntersectInfoBehavior.java:46)
at javax.media.j3d.BehaviorScheduler.doWork(BehaviorScheduler.java:167)
at javax.media.j3d.J3dThread.run(J3dThread.java:256)