[JAVA3D] Java3d and Java Web Start

2004-06-29 Thread Franck Calzada
  Hi,   I'm trying to run my application (CazaPool3d) with java web start.   When I start the game, I have the following exception in the log. Does anyone has an idea about this message ?   (At the bottom of the mail, you'll find the .jnlp file I'm using)   Thanks for your help,

Re: [JAVA3D] Java3d and Java Web Start

2004-06-29 Thread á͹´ÃÙÇì à´ÇÔÊѹ (Andrew Davison)
Dear All, I've just added an appendix about installation using Java Web Start to the Java Gaming and Graphics online book at: http://fivedots.coe.psu.ac.th/~ad/jg/ [Scroll down to Appendix 2.] One of the examples uses Java 3D. Comments appreciated. - Andrew ==

Re: [JAVA3D] Java3d and Java Web Start

2004-06-29 Thread á͹´ÃÙÇì à´ÇÔÊѹ (Andrew Davison)
Franck, > I'm trying to run my application (CazaPool3d) with java web start. > > When I start the game, I have the following exception in the log. > Does anyone has an idea about this message ? I've not seen this error before, but it looks like your application is trying to access a DLL outside o

Re: [JAVA3D] how to correctly set texture coordinates on TriangleFanArrays

2004-06-29 Thread Juan Carlos Bermudez
Thanks for the iip alessandro. It took me some time, but I read it all. I also took a look into the code of the corresponding examples. Thanks again for the tip. JC === To unsubscribe, send email to [EMAIL PROTECTED] and inclu

Re: [JAVA3D] Java3d and Java Web Start

2004-06-29 Thread Franck Calzada
Thanks a lot andrew, I'll have a look at your JWS document Franck -Original Message- From: Discussion list for Java 3D API <[EMAIL PROTECTED]>@SUNGARD On Behalf Of á͹´ÃÙÇì à´ÇÔÊѹ (Andrew Davison) <[EMAIL PROTECTED]> Sent: Tuesday, June 29

[JAVA3D] A simple texture question

2004-06-29 Thread Claudio Mazzuco
I've discovered that the vrml loader sometimes rise an exception when i try to resize in a anamorphic way (see my previous message), in particular it seems that the vrml generated by the CAD Pro/Engineer Wildfire cannot be resized. So i've tried to use the obj loader and now it works fine. Now the

[JAVA3D] Is there a java3d 1.3.2

2004-06-29 Thread Osama Abdalah
HI all, Is There a new version of java3d cause iam hearing in the discussions that there is a java3d 1.3.2, from where can i get it or when will it be public for download. Best Regards __ Do you Yahoo!? New and Improved Yahoo! Mail - 100M

[JAVA3D] Java3D mailing lists and forums

2004-06-29 Thread Ben Moxon
What is the position of this mailing list relative to the new [EMAIL PROTECTED] and [EMAIL PROTECTED] mailing lists? What about the java3d.dev.java.net forum? How does that relate to the JDC java3D forum? I'm a bit concerned that if we aren't careful we are going to end up with too many forum

[JAVA3D] Re: [JAVA3D] Is there a java3d 1.3.2

2004-06-29 Thread Joerg Plewe
1.3.2 is the unofficial(?) version of the new opensource-release. https://j3d-core.dev.java.net/ Osama Abdalah <[EMAIL PROTECTED]> schrieb am 29.06.2004, 13:00:37: > HI all, > Is There a new version of java3d cause iam hearing in > the discussions that there is a java3d 1.3.2, from > where can i

Re: [JAVA3D] Java3D mailing lists and forums

2004-06-29 Thread michaelpfeiffer
I'm also not sure which one is the right now or if this one here will be discontinued. Therefore I subscribed all of them ;-) But I think it should be made more clear. > What is the position of this mailing list relative to the new > [EMAIL PROTECTED] and [EMAIL PROTECTED] mailing lists? What > a

[JAVA3D] how to make an object in VRML file transparent?

2004-06-29 Thread cs
Hi,everyone! I use VRML97.jar to load a VRML file in Java3d. there is a shape and it's Material is as following: Shape { appearance Appearance { material Material { transparency 0.5 } ... } } but in java3d the shape

Re: [JAVA3D] Java3D mailing lists and forums

2004-06-29 Thread Chien Yang
Yes, we do have similar concern. In last night BOF, at JavaOne, Kevin mentioned that we would encourage everyone to move over to java.net. We will monitor and participate in the forum at java3d.dev.java.net. thanks, Chien. [EMAIL PROTECTED] wrote: I'm also not sure which one is the right now or

Re: [JAVA3D] Java3D mailing lists and forums

2004-06-29 Thread Ben Moxon
It would be logical, I think, to merge this list with the [EMAIL PROTECTED] list, if that is possible. -ben -Original Message- From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED] Behalf Of Chien Yang Sent: 29 June 2004 15:01 To: [EMAIL PROTECTED] Subject: Re: [JAVA3D] Java3D

Re: [JAVA3D] Java3D mailing lists and forums

2004-06-29 Thread Fred Klingener
--- Ben Moxon <[EMAIL PROTECTED]> wrote: > It would be logical, I think, to merge this list with the > [EMAIL PROTECTED] list, if that is possible. ... or at least put a mention of the recommended migration path in the footers. Fred Klingener

[JAVA3D] Retrieving Alpha value

2004-06-29 Thread Reuben D. Budiardja
Hi all, Is there anyway I can retrieve the value of Alpha (between 0 and 1) when an interpolator is running, to be displayed on, for example, a text field? Thanks for any help. RDB -- Reuben D. Budiardja === To unsubscribe

Re: [JAVA3D] Java3d and Java Web Start

2004-06-29 Thread Mona Wong-Barnum
> An unexpected exception has been detected in native code outside the VM. > Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6D2935EB > Function=JNI_OnLoad+0x249 > Library=C:\Program Files\Java\j2re1.4.1_05\bin\jpeg.dll > Current Java thread: > at sun.awt.image.JPEGImageDecoder.rea

[JAVA3D] Setup of Local Coordinate System/axisOfTransform

2004-06-29 Thread Jordan Spatz
Here my Problem...if anyone can help I'd greatly appreciate it. I have a RotPosPathInterpolator attached to an object in my VirtualUniverse that moves my object around my virtualUniverse in a global sense (ie its a satellite orbiting the earth)...but I don't know how to rotate it based on a local

Re: [JAVA3D] Java3d and Java Web Start

2004-06-29 Thread William Denniss
On 30/06/2004, at 7:03 AM, Mona Wong-Barnum wrote: An unexpected exception has been detected in native code outside the VM. Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6D2935EB Function=JNI_OnLoad+0x249 Library=C:\Program Files\Java\j2re1.4.1_05\bin\jpeg.dll Current Java thread:

Re: [JAVA3D] how to make an object in VRML file transparent?

2004-06-29 Thread geoffrey butterworth
hi. it may not look transparent . depends what background you have. if you looking at black background it will not look transparent until you put something behind the object i mean. i hope this helps. geoff - Original Message - From: "cs" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sen

Re: [JAVA3D] Retrieving Alpha value

2004-06-29 Thread Mike Pilone
RDB, Take a look at Interpolator#getAlpha() and Alpha#value(). That should give you what you want. -mike -Original Message- From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED] On Behalf Of Reuben D. Budiardja Sent: Tuesday, June 29, 2004 3:08 PM To: [EMAIL PROTECTED] Subject