[JAVA3D] draw circle

2002-01-25 Thread LeW on Yahoo
hello, what is the best way draw circle on canvas3d? -using 2d->3d rendering; -construct from 3d lines; more ideas? any working examples of this? thanks, LeW. _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com ==

Re: [JAVA3D] Expressions of interest in a Java3D Terrain list

2002-01-25 Thread Pereira Sieso, Rafael
  I would also be interested in a Java3D Terrain list. [Pereira Sieso, Rafael]   

Re: [JAVA3D] Expressions of interest in a Java3D Terrain list

2002-01-25 Thread Illarramendi Amilibia, Aitor
Hi, I'm interested. But surelly like a almost-times-listener-and-sometimes-question-maker-newbie :) Regards. -Original Message- From: Justin Couch [mailto:[EMAIL PROTECTED]] Sent: miércoles 23 de enero de 2002 21:36 To: [EMAIL PROTECTED] Subject: [JAVA3D] Expressions of interest in a J

Re: [JAVA3D] Expressions of interest in a Java3D Terrain list

2002-01-25 Thread Gael
Add me to the list please. I am interested. - Original Message - From: "Justin Couch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 23, 2002 8:36 PM Subject: [JAVA3D] Expressions of interest in a Java3D Terrain list > Folks, > > I've noticed that over the last 3 m

[JAVA3D] Transparency and Ordered Groups

2002-01-25 Thread Mauricio Vives
Title: Transparency and Ordered Groups Kelvin and other interested readers, This message is in regards to Kelvin's response on Wednesday to Yuri about a problem we are having using basic transparency sorting and OrderedGroup nodes.  By "basic" transparency sorting, I mean the default behavio

Re: [JAVA3D] draw circle

2002-01-25 Thread Enrique Dumas
I made this stuff with linesStripArray (360 lines), it works very well and the result is really good !!! _ --- LeW on Yahoo <[EMAIL PROTECTED]> wrote: > hello, > what is the best way draw circle on canvas3d? > > -using 2d->3d rendering; > -constru

Re: [JAVA3D] Transparency and Ordered Groups

2002-01-25 Thread Kelvin Chung
>Delivered-To: [EMAIL PROTECTED] >MIME-Version: 1.0 >Date: Fri, 25 Jan 2002 12:29:44 -0500 >From: Mauricio Vives <[EMAIL PROTECTED]> >Subject: [JAVA3D] Transparency and Ordered Groups >To: [EMAIL PROTECTED] > >Kelvin and other interested readers, > >This message is in regards to Kelvin's response

Re: [JAVA3D] Expressions of interest in a Java3D Terrain list

2002-01-25 Thread gaoming fu
I would like to join the Terrain group. Gaoming FuSend and receive Hotmail on your mobile device: Click Here === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST"

Re: [JAVA3D] Expressions of interest in a Java3D Terrain list

2002-01-25 Thread Zak Nixon
I would like to join too.   -Zak -Original Message-From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED]]On Behalf Of gaoming fuSent: Friday, January 25, 2002 3:02 PMTo: [EMAIL PROTECTED]Subject: Re: [JAVA3D] Expressions of interest in a Java3D Terrain list

Re: [JAVA3D] Expressions of interest in a Java3D Terrain list

2002-01-25 Thread Elio Vega
I would like to join the Terrain group. _ Do You Yahoo!? Encuentra el coche de tus sueños en Yahoo! Autos http://autos.yahoo.com.mx === To unsubscribe, send email to [E

[JAVA3D] please let me in

2002-01-25 Thread Maung Min
I would like to join the Terrain group please. Maung Min. Software Engineer II Opticom, Inc. http://www.opticominc.com === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAV

Re: [JAVA3D]

2002-01-25 Thread Cheng Chang Dong
Generally, this case results from some errors in your applets. Maybe you developed your programs and properly run them in Java application mode, however some incompatibilities between Java applet and Java application need to distinguish, otherwise this case will be occur on the web page. Ano

Re: [JAVA3D] select objects for collision

2002-01-25 Thread Cheng Chang Dong
I think you can compute the coordinates of the collided object, and then determine its indentity. I used this method to picking behavior design, which maybe helpful to you. Rgds, Cheng Chang Dong http://vlab.ee.nus.edu.sg/~ccd - Original Message - From: "SUBSCRIBE JAVA3D-INTEREST Anonym

[JAVA3D]

2002-01-25 Thread xhsun
Could anyone tell me how to make light take effect on textured object? Whenever I set texture to an object, the light will have no effect on it. I even tried to remove the textured object from the light's scope node's list, it is still visible.   Thanks in advance.   xiaohua

[JAVA3D] problems with win2k server and loading files

2002-01-25 Thread Darren Vollmer
I am having problems trying to load files via a URL on my local webserver.  If I type the name of a resource, say http://localhost/somedirectory/image.jpg I can view the resource with a webbrowser, but when I try to load it through a java applet I get a 401 permission denied error.   Thanks f