Re: [JAVA3D] Where are the Archives for the Java3d...

2000-05-01 Thread Iyad Hijazi
Try this link http://archives.java.sun.com/archives/java3d-interest.html Best Regards, -Original Message- From: Michael Gene Anderson [mailto:[EMAIL PROTECTED]] Sent: Monday, May 01, 2000 10:02 PM To: [EMAIL PROTECTED] Subject: [JAVA3D] Where are the Archives for the Java3d... Discus

[JAVA3D] Where are the Archives for the Java3d...

2000-05-01 Thread Michael Gene Anderson
Discussion Groups?? I have been looking all over the Sun Site... Have they moved? regards m.g.a. === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For g

Re: [JAVA3D] Applet error in Netscape

2000-05-01 Thread ArtMotion
Can you send (write) my, how to set up netscape to do Java3D applets? My netscape always tells me that the applet can not be initialized... AND: Maybe I have done something wrong in my applet, could you provide few lines of code doing it right ? Yohan Baillot wrote: > Hello, > > I created an a

[JAVA3D] Applet error in Netscape

2000-05-01 Thread Yohan Baillot
Hello, I created an applet using java3d. It is working with the appletviewer. I converted the HTML file using the HTMLconverter so that it can be seen in Netscape and IE. I can see it in IE but not in Netscape due to the folowing error: Applet WebWorld error:java.lang.UnsatisfiedLinkErro

[JAVA3D] help

2000-05-01 Thread Mr. Bleu
below is a program i am working on. it has a keynavigator and a switch for LOD. but the assignment I need to do requires me to populate teh scene with many of my Avatars. Once I put the switch in, I do not know how to get other avatars in the scene. Also, I need to populate the scene depending on

[JAVA3D] Changing the length of strips & GeometryArrays

2000-05-01 Thread Duncan Woods
Thanks Uma & Marco, I am now using 1.2b. Being able to set a subsection of the array to use was vital, although I have had to make a few compromises such as resorting to using singleton triangles rather than strips. I find the GeometryUpdater interface callback quite bizarre to use. I have loo

Re: [JAVA3D] Changing the length of strips & GeometryArrays

2000-05-01 Thread Uma Sabada
There are new APIs in 1.2 that allows you to set a bigger GeometryArray and use only part of it. For Copy case: GeometryArray::setInitialVertexIndex() GeometryArray::setValidVertexCount() For By Reference Case: GeometryArray::setInitialColorIndex() GeometryArray::

[JAVA3D] Problems with Transparency

2000-05-01 Thread Robin
Hello everybody. It may be, that my question is old and was already answered somewhere earlier, but recently I lost my copy of this list (see below) and so there it goes: Rough System-Setting: AMD K7, DirectX 7.0, Viper Diamond V770 TNT 2. I had no probs with Transparency in my scenes until I h

[JAVA3D] Alpha question

2000-05-01 Thread Andrew Adrian
Here's what I've got... At compile-time, a TG [moverNode] that has no children. Associated with it is a PositionPathInterpolator(new Alpha(-1, 3000), moverNode, axisOfTranslation, knots, positions). Then during execution, I add children to moverNode and set the positions, axisOfTranslation, and

Re: [JAVA3D]

2000-05-01 Thread Pondrom, Pierre L
There is an example called Splash.java in Swing by Addison Wesley that looks like it would do the job. It may be a problem to figure out the time that you want your openning screen to displayed. And I could not get the example to run. Some error due to an illegal argument exception, adding cont