[JAVA3D] Tube Class

2005-01-24 Thread Everett Quebral
Hello to all, Is there anybody who has a Tube Class who's willing to share his/her source code? Thanks === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". Fo

Re: [JAVA3D] Java 3D for Linux on Intel PIII?

2005-01-24 Thread michaelpfeiffer
Le Mon, 24 Jan 2005 23:25:23 +0100, Gilson Laurent <[EMAIL PROTECTED]> a écrit: (They should really close this list) Thats true but I afraid the J3D-team has the same opinion but it is not so easy forthem to find the people which are responsible for Suns webpage and/or it is not so easy to let them

Re: [JAVA3D] ModelClip Question

2005-01-24 Thread Mark Hood
> Date: Mon, 24 Jan 2005 15:32:43 -0600 > From: Nick Stark <[EMAIL PROTECTED]> > > I am using a ModelClip object to clip away a portion of the 3D object. > However, when this happens, you see the edges of what has been clipped and > you can see inside of the object at this point. Is there

Re: [JAVA3D] Java 3D for Linux on Intel PIII?

2005-01-24 Thread Gilson Laurent
Moin On Monday 24 January 2005 22:40, [EMAIL PROTECTED] wrote: > And what is the difference to my answer? :-o About 500 byte more useless data sorry, couldn't resist. (They should really close this list) cu === To uns

Re: [JAVA3D] Java 3D for Linux on Intel PIII?

2005-01-24 Thread michaelpfeiffer
And what is the difference to my answer? :-o Le Mon, 24 Jan 2005 21:36:52 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> a écrit: [EMAIL PROTECTED] wrote: Because you have an _I_ntel you should use the _i_386 version ;-) On Mon, 24 Jan 2005 19:57:08 +, Fredrik Andersson <[EMAIL PROTECTED]> wrote:

[JAVA3D] ModelClip Question

2005-01-24 Thread Nick Stark
Hello - I have a TriangleStripArray surface created from triangular facets defined in an STL file. I am using a ModelClip object to clip away a portion of the 3D object. However, when this happens, you see the edges of what has been clipped and you can see inside of the object at this point. Is

Re: [JAVA3D] Java 3D for Linux on Intel PIII?

2005-01-24 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: Because you have an _I_ntel you should use the _i_386 version ;-) On Mon, 24 Jan 2005 19:57:08 +, Fredrik Andersson <[EMAIL PROTECTED]> wrote: Hello! I have just installed Mandrake 10.1 on my PC (Intel PIII) and would like to do som Java 3D development. I have found thi

Re: [JAVA3D] Java 3D for Linux on Intel PIII?

2005-01-24 Thread michaelpfeiffer
Because you have an _I_ntel you should use the _i_386 version ;-) On Mon, 24 Jan 2005 19:57:08 +, Fredrik Andersson <[EMAIL PROTECTED]> wrote: Hello! I have just installed Mandrake 10.1 on my PC (Intel PIII) and would like to do som Java 3D development. I have found this site: http://www.blackd

[JAVA3D] Java 3D for Linux on Intel PIII?

2005-01-24 Thread Fredrik Andersson
Hello! I have just installed Mandrake 10.1 on my PC (Intel PIII) and would like to do som Java 3D development. I have found this site: http://www.blackdown.org/java-linux/jdk1.2-status/java-3d-status.html linked from: http://java.sun.com/products/java-media/3D/ When I enter the link: ftp://ftp.tux.

[JAVA3D] Java 3D FAQ Weekly Posting (24 Jan 2005)

2005-01-24 Thread The Java 3D FAQ
The Java 3D Frequently Asked Questions list for Monday January 24 2005 This is a posting of topics covered in the Java 3D FAQ. The answers to these questions are kept at: http://www.j3d.org/faq Please consult this list and the web site before asking questions on the mailing list. If th

Re: [JAVA3D] VRML97 loader - cache problem.

2005-01-24 Thread Justin Couch
Flavio Gonzaga wrote: Is there a way to delete the cache or force reloading all files? If true, could you please tell me the way? Not that I can think of. The file loading system is abstracted from the file access system. The file loader doesn't know whether the file access system is caching or no

Re: [JAVA3D] mouse translate

2005-01-24 Thread DODO Meva
Hi, I find by chance your subjet in this forum, my problem is the inverse of yours ! I want to translate my object that moves in XY when I click to. I use PickTranslateBihavior, so could you tell me how did you do to translate your object on XZ plane ? Thanks advance ! ==

[JAVA3D] Layout of PickTranslateBihavior

2005-01-24 Thread DODO Meva
Hi all, Is there a way to change the plan of the move of the PickTranslateBihavior ? What I want is to change the plan (x0y) to (x0z), ie instead to move in x0y an object moves on x0z in manner to have a reflection of zoom. Thanks a lot ! =

Re: [JAVA3D] VRML97 loader - cache problem.

2005-01-24 Thread Flavio Gonzaga
On Fri, 21 Jan 2005 09:45:50 -0800, Justin Couch <[EMAIL PROTECTED]> wrote: > That's correct. Our caching strategy is not particularly intelligent > right now. We're not looking at things like file change dates or > lifetime headers in HTTP requests. Right now we don't have any immediate > plans t