[JAVA3D] Another Identify Picked Object Problem :(

2003-10-09 Thread Carlos Vieira
Hi all of you, and thanks for your precious help :) I tried to make the identification by doing this: public void mouseClicked(MouseEvent e){ System.out.println("*** Mouse Click ***"); pickCanvas.setShapeLocation(e); PickResult results = pickCan

[JAVA3D] Ethical & Technical Failures: Nasa Non-Truths, Yumetech & NIST Crimes: Web3d.org's X3d & VRML on the Web

2003-10-09 Thread P. Flavin
VRML can be Animated in a Browser with Java3d - with __ NO __ changes to the Java policy, with __ NO __ certificates, with __ NO __ additional downloads with Sun's Xj3d VRML Loaders on any system configured to run J

[JAVA3D] Lab3D Enzyme Kinetics

2003-10-09 Thread Jason Cheatham
Hello Everyone! I would like to invite you all to try out the new Enzyme Kinetics experiment for Lab3D. http://lab3d.chem.virginia.edu/download/enzymekinetics/ It hasn't been thoroughly tested, and new changes need to be made over the next few months, so I would really appreciate it if you would

Re: [JAVA3D] getting polygon array for object file

2003-10-09 Thread Madeti, Henu S. (UMR-Student)
Hi Evan Thanks for the peice of code. But I used some other approach. GeometryInfo gi = new GeometryInfo((GeometryArray)(((Shape3D)obj).getGeometry())); Point3f[] coords = new Point3f[1000]; coords = gi.getCoordinates(); This works fine. I get the triangle array's in vertex f