[JAVA3D] human motions definition in java3d

2001-03-27 Thread 진종현
I have a question about Java3d. In java3d Applet, is there any definition of human motions? For example human motions are walking,jumping, sitting and so on. Please answer me. === To unsubscribe, send email to [EMAIL PROTECT

[JAVA3D] Jar archives...

2001-03-27 Thread Jonathan Albert C Vallar
Hi! I also forgot to thank all of you guys for helping me in my previous example. It was about the access control exception. I have a question about java archives. I have an applet contained in a jar file that is referenced by an HTML document. Am I right to say that the client computer d

Re: [JAVA3D] ConcurrentModificationException

2001-03-27 Thread Kelvin Chung
Hi Young, Bug 4430912 is filed for this. It happens when there are two different Java3D internal threads try to modify the same ArrayList instance simultaneously. Thanks for your bug report. - Kelvin - Java 3D Team Sun Microsystems Inc. >MIME-Version: 1.0 >Content-Transfer-E

[JAVA3D] ConcurrentModificationException

2001-03-27 Thread Young Ly
Hi everyone Sometimes I get this exception when closing a panel with a child Canvas3D and opening another panel with a Canvas3D. It happens almost randomly, I have tried producing an example but have not yet been able to. java.util.ConcurrentModificationException at java.util.AbstractLi

[JAVA3D] changing textures on the fly problem

2001-03-27 Thread Nader Wasfy Zaki
Hi, I have read about animated textures and changing textures on the fly on this list. However, I have tried the advice listed to no avail. The only way I have found to update a texture is to clone it and assign the clone to the appearance. I tried to implement a double buffer of textures so, i w

Re: [JAVA3D] About Java3D and Macintosh

2001-03-27 Thread Julian Gomez
on 3/26/00 3:21 PM, at [EMAIL PROTECTED] wrote: > Hi > Is Java3D available in Mac OS X? > thanks in advance Check the faq at http://www.j3d.org -- Julian E Gomez, Ph.D. ** Java 3D New Technology Development Sun Microsystems, Inc. ** +1 650.786.2824 ===

[JAVA3D] About Java3D and Macintosh

2001-03-27 Thread 阿婆湯丸
Hi Is Java3D available in Mac OS X? thanks in advance === 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 PROTECTED]

Re: [JAVA3D] Multi-Texturing Performance problems

2001-03-27 Thread Charmaine Lee
> Date: Tue, 27 Mar 2001 15:25:30 -0500 > From: Shawn Kendall <[EMAIL PROTECTED]> > > Ok, I'm confused. :-) > > We get accelerated multi-texturing and T/L, but the geometry is copied > over every frame, is that correct? That's correct. Charmaine Lee Java3D Engineering Team =

Re: [JAVA3D] Multi-Texturing Performance problems

2001-03-27 Thread Shawn Kendall
Ok, I'm confused. :-) We get accelerated multi-texturing and T/L, but the geometry is copied over every frame, is that correct? Charmaine Lee wrote: > Shawn, > > Sure you do get H/W transforms and lighting with multi-texturing. > > Charmaine Lee > Java3D Engineering Team > > > > >> User-Agent:

Re: [JAVA3D] Multi-Texturing Performance problems

2001-03-27 Thread Charmaine Lee
Shawn, Sure you do get H/W transforms and lighting with multi-texturing. Charmaine Lee Java3D Engineering Team > User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; m18) Gecko/20001108 Netscape6/6.0 > X-Accept-Language: en > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > Date:

Re: [JAVA3D] Original Posts

2001-03-27 Thread Paul Pantera
> MIME-Version: 1.0 > Date: Tue, 27 Mar 2001 10:11:54 +0100 > From: James Magee <[EMAIL PROTECTED]> > Subject: Re: [JAVA3D] Original Posts > To: [EMAIL PROTECTED] > > Juergen, I am just getting started at Java3d and I haven't even got the > examples running yet, perhaps you could give me a helping

[JAVA3D] Multi-Texturing Performance problems

2001-03-27 Thread Shawn Kendall
So you are saying that, when you use multi-texturing, you no longer get H/W transforms and lighting? Can someone on the J3D team verify this? Thanks David Yazel wrote: > > It's even worse than that. For every single geometry array which is in > a shape which shares a multi-textured appearance.

Re: [JAVA3D] OT: How to unsubscribe?

2001-03-27 Thread Ahmed Shakil
Hey sascha, u r so beloved to us that we dont want u to leave. are u sending the full "signoff JAVA3D-INTEREST" in the body. not just signoff, and u have to address it to "[EMAIL PROTECTED]" not to [EMAIL PROTECTED] Ahmed -Original Message- From: Sascha Koch [mailto:[EMAIL PROTECTED]]

Re: [JAVA3D] help

2001-03-27 Thread Kyle Wayne Kelly
Your error means that the constructor which takes a HumanBehaviour cannot be found. /** * Kyle Wayne Kelly * Computer Science Student * University of New Orleans * 504-391-3985 * http://www.cs.uno.edu/~kkelly * Glory to God! * El temor del hombre pondra lazo; * Mas el que confia

[JAVA3D] Vrml Loaders

2001-03-27 Thread Juan Antonio
Hello, where can I obtain the packages com.sun and javax.media?

[JAVA3D] Image Based Rendering

2001-03-27 Thread Manuel Oliveira
Hi, I am doing some image based rendering and was wondering if Java3D allows me to access the framebuffer directly. Thanks, Manuel === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message

Re: [JAVA3D] Original Posts

2001-03-27 Thread Dean Keeler
James, One possible problem is the Runtime version of Java3D does not exists in the Java Runtime Environment (JRE). If you are using Java3D 1.2 you will have to install the SDK version (if you are doing developement) and the Runtime version. If you are using Java3D 1.2.1 the installer program g

Re: [JAVA3D] Original Posts

2001-03-27 Thread Jordi López
James, if you have download the OpenGL version of J3D, then this error means that your drivers over Windows2000 doesn't support OpenGL. (yesterday I asked to the list something similar) Try to run glsetup utility (you can download it from www.glsetup.com) to see if the above is true. regards,

Re: [JAVA3D] help --- solved

2001-03-27 Thread Liming CHEN
I have sorted out the problem. Sorry for disturbing you. cheeers Liming === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to

[JAVA3D] help

2001-03-27 Thread Liming CHEN
Does anyone know what the following error message means: --- Compiler Output --- VirtualAgent.java:635: cannot resolve symbol symbol : constructor AgentInterpreterVisitor (HumanBehavior) location: class clmproject.agentBSL.AgentInterpreterVisitor

[JAVA3D] No J3D in path / Re: [JAVA3D] Original Posts

2001-03-27 Thread Juergen Neubauer
Hi ! I think, that j3d.dll is missing in your winnt\system32 directory. Have you installed the java3d-package from sun ? hopethishelps -Juergen. James Magee schrieb: > Juergen, I am just getting started at Java3d and I haven't even got the > examples running yet, perhaps you could give me a

[JAVA3D] java.lang.UnsatisfiedLinkError

2001-03-27 Thread James Magee
I am just getting started at Java3d and I haven't even got the examples running yet, perhaps someone could give me a helping hand to get me started, I am trying to run a very simple Java3d example program but I get the following error, java.lang.UnsatisfiedLinkError: no J3D in java.library.path. T

Re: [JAVA3D] Original Posts

2001-03-27 Thread James Magee
Juergen, I am just getting started at Java3d and I haven't even got the examples running yet, perhaps you could give me a helping hand to get me started, I am trying to run a very simple Java3d example program but I get the following error, java.lang.UnsatisfiedLinkError: no J3Din java.library.pat

Re: [JAVA3D] Original Posts

2001-03-27 Thread Juergen Neubauer
Hi Fabrizio ! No, I got all the virus-files - and deleted them right away. I mean some "normal" post... cheers, -Juergen. Fabrizio Nunnari schrieb: > On Mon, 26 Mar 2001, Juergen Neubauer wrote: > > > Hi there, > > > > recently, I only get answers to some of the mails, but not the original

Re: [JAVA3D] Original Posts

2001-03-27 Thread Juergen Neubauer
Hi Dave ! "Yazel, David J." schrieb: > I am having the same problem all the time now... and when I check the sun > e-mail archive I notice that the original is not there either... > > Also I sometimes see that the e-mail was sent to the "Java3d-interest" list > and sometimes the "Discussion list

Re: [JAVA3D] How are they doing this?

2001-03-27 Thread Juergen Neubauer
Hello! He is not picking anybody, the navidad worm just picks all adresses out of the email program adressbook. And best of all, the worm does this all on Tangs computer and he does not see anything about it... So, we better inform Tang, that he should clean his PC ! cheers, -Juergen. "Yazel,

[JAVA3D] creating directories at runtime

2001-03-27 Thread Paula Keohan
Does anybody know how to create a directory at runtime in Java? I want to keep files there that will later be used to create a 3D model. Thanks, Paula. === To unsubscribe, send email to [EMAIL PROTECTED] and include in the b

[JAVA3D] OT: How to unsubscribe?

2001-03-27 Thread Sascha Koch
Hi! I can't unsubscribe. *snif* Yes, i realized the notes at the end of every (this day 95) message. But it won't work. I tried writing signoff ... in the header, in the body, in the header + the body, i tried it writing backward. I was so frustrated that i tried: UNSUBSRIBE! NOW!!! But it didn't