Re: [JAVA3D] How to cap holes.

2004-01-20 Thread Olivier Tassy
Hi, you can see on this picture the 2 selected objects and the surface of contact generated by the program. depending of the distance thresold between the points of these geometries used to compute this surface, I get no hole, one or several isolated missing triangles, or several contiguous missin

Re: [JAVA3D] How to cap holes.

2004-01-20 Thread Alessandro Borges
Do you have a pic of the holes ? Alessandro --- Olivier Tassy <[EMAIL PROTECTED]> escreveu: > Hi, > I am writing a class to create a surface which > represents the surface of contact between two > objects. > Basically, the idea is to compute the distance > between the vertices of these objects

Re: [JAVA3D] other java3d lists

2004-01-20 Thread Nikolai V. Chr.
Gregory Gimler wrote: Is there another Java3D list This is Suns official forum for Java3D discussions: http://forum.java.sun.com/forum.jsp?forum=21&start=0&range=30 There is almost 10.000 messages so it contains quite a bit of knowledge. -- Nikolai V.

Re: [JAVA3D] other java3d lists

2004-01-20 Thread Artur Biesiadowski
Gregory Gimler wrote: Is there another Java3D list or another contact I can use to send questions to about the Java3D API? I haven't had much luck getting any response to previous posts. Thanks. Java3d forum at Javagaming.org http://www.javagaming.org/cgi-bin/JGNetForums/YaBB.cgi?board=3D Artur

Re: [JAVA3D] how to help java3D rebirth ?

2004-01-20 Thread Alessandro Borges
After Mars Exploration mission, Java3D is in the news http://www.cnn.com/2004/TECH/space/01/16/space.mars.java.reut/index.html Alessandro --- Gus <[EMAIL PROTECTED]> escreveu: > or better, how to convince Sun to invest into it > like before ? >

[JAVA3D] How to cap holes.

2004-01-20 Thread Olivier Tassy
Hi, I am writing a class to create a surface which represents the surface of contact between two objects. Basically, the idea is to compute the distance between the vertices of these objects (3 by 3), keep those for which the distance is below a thresold and then create a new geometry with t

Re: [JAVA3D] other java3d lists

2004-01-20 Thread Jeremy Booth
Hi Java gaming has a forum dedicated to java3d, whilst the site as a whole is focused at games, it's not the only thing discussed. There are alot of clever and clued up people there. http://www.javagaming.org/cgi-bin/JGNetForums/YaBB.cgi HTH Jeremy -- Homepage: http://www.computerbooth.com/ C

[JAVA3D] how to help java3D rebirth ?

2004-01-20 Thread Gus
or better, how to convince Sun to invest into it like before ? === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTE

Re: [JAVA3D] other java3d lists

2004-01-20 Thread Dirk L. van Krimpen
Hi Greg, Although I sometimes also got no replies on certain questions, I must say this list is still the best source of J3D topics. I have learned a lot from all those guys out there. The best procedure you can follow is trying first to find a solution yourself, read the books, read the info on t