Re: [JAVA3D] What do you want/need from Java3D?

2003-08-20 Thread Shubin Huang
At 03:34 PM 8/19/2003 -0700, you wrote: I work on animation project. It's of mild interest to me. I was planning on moving off it, but if it was open sourced, then we would hang around and continue to use it. === To unsubscribe

Re: [JAVA3D] File Formats for 3d Objects: 3ds vs. VRML : VRML is better & more widely used.

2001-12-04 Thread Shubin Huang
At 08:36 AM 12/4/01 -0500, you wrote: Hello! I try to use a loader and get reference of objects in .wrl file so I can change the property of the objects in the case to move or rotate them. Does someone know which methods to use to do this. Thank Shubin >VRML is a popular and widely used format

Re: [JAVA3D] Condition Variable

2002-03-19 Thread Shubin Huang
At 09:14 PM 3/18/02 -0500, you wrote: Hi Sumit, I think what you need to use is while(condition){wait();} and notify(). You can find these on the java thread programming topic. There is a book called "java thread programming" by Paul Hyde. I have done these kinds of programming before. If you int