Re: [JAVA3D] [source] Pics up of Xj3D running on SGI Onyx

2003-10-24 Thread Alessandro borges
Justin, We have also a SGI workstation at our lab, and the Java3D performance was very poor too. Any news you have we be welcome. Alessandro Borges --- Justin Couch <[EMAIL PROTECTED]> escreveu: > Joerg Scheurich aka MUFTI wrote: > > >>Performer maybe used the other processors too, > while XJ

[JAVA3D] getting volume

2003-10-24 Thread Mona Wong-Barnum
Has anyone written a class that will give 3D volume for GeometryInfo polygons? Or perhaps convert it to something else and give volume measurement? I need to do this and was just wondering if this has been done already. thanks, Mona ==

Re: [JAVA3D] [source] Pics up of Xj3D running on SGI Onyx

2003-10-24 Thread Justin Couch
Joerg Scheurich aka MUFTI wrote: Performer maybe used the other processors too, while XJ3D only used one processor ? BTW: SGI machines have a tool "gr_osview" which can be configured to track the activity of a running SGI machine, including multiple CPUs and graphics. That's what we we

Re: [JAVA3D] [source] Xj3D M8 RC2 Release

2003-10-24 Thread Justin Couch
Joerg Scheurich aka MUFTI wrote: If you would also a archive file instead of only .exe files, we would be able, to test it easily on non M$Windows machines Sorry about that. Alan's the one doing the builds and he's wandered off to Washington DC for the week so we're not going to be able to hel

Re: [JAVA3D] Need Java 3D book

2003-10-24 Thread Nicholas Pappas
I have found the combination of the official Sun Java3D Tutorial and the following two book useful: Java3D API Jump Start, Aaron E. Walsh Java3D Programming, Daniel Selman On Fri, 24 Oct 2003, ChaoHui Zhu wrote: > Hi, all, > Being short of Java3D book, I feel very hard

Re: [JAVA3D] robot motion animation

2003-10-24 Thread ZACZEK, MARIUSZ P. (MARIO) (JSC-DM) (NASA)
Here is an example: http://icmit.mit.edu/robot/simulation.html He does not load a VRML into this robot simulation but you can easily add that ability yourself. This code basically gives you template that you can use. This link is the actual source code in .jar format (you can extract it using

[JAVA3D] Need Java 3D book

2003-10-24 Thread ChaoHui Zhu
Hi, all,   Being short of Java3D book, I feel very hard in writing program. Especially eccountering some area that the book have not touched. So can anybody recommends a or several books which covers all necessary information including introduce View and Sensor information etc.   Tha

[JAVA3D] Typical Solution (or is it a bug?)

2003-10-24 Thread Ben Logan
java.lang.NullPointerException at javax.media.j3d.GeometryArrayRetained.setCoordinates(GeometryArrayRetain ed.java:3650) at javax.media.j3d.GeometryArray.setCoordinates(GeometryArray.java:1067) at com.sun.j3d.utils.geometry.GeometryInfo.fillIn(GeometryInfo.java:2348)