Re: [JAVA3D] Ant

2002-02-11 Thread Todd J.
Ameet, Ant is both free and open source and can be found here: http://jakarta.apache.org/ant/ -Todd Ameet Suri wrote: >hi todd, > >I ahve been hearing a lot about Ant, could ou ple let me know if it is >freeware and from where can i download it. also do you know of any tools >(other than Ratio

[JAVA3D]

2002-02-11 Thread Nunnari Fabrizio
Dear Java3d team and users, I just noticed an error in one of the web pages of the official Java3D site. In the section dedicated to the application examples (http://java.sun.com/products/java-media/3D/in_action/application.html) the link to my application is broken/uncorrect. The application na

Re: [JAVA3D] Ant

2002-02-11 Thread Justin Couch
Todd J. wrote: > Have you ever considered using Ant for building the Jav3d.org codebase? Yes, for about 30 seconds. I find Ant to be pretty useless for development of any decent size project. Some of the things I really dislike about it: - Conditional compilation. Not everything in a directory

[JAVA3D] Geometry by reference in Java3D

2002-02-11 Thread Amritaputra Bhattacharya
Hi All, I am in need of some material in Adding geometry by-reference in Java3d ... can anyonw suggest any article or site or tuts for that purpose ? thanks, Amrit. === To unsubscribe, send email to [EMAIL PROTEC

Re: [JAVA3D] Edge clamping in direct-x

2002-02-11 Thread Chris Thorne
Dave, are you talking about darkened edges around separate textured polygons/suraface or where two textures join on one surface? I tried to find out from Sun engineers at siggraph 2000 if the first was an issue in Java3D. I was encountering it in VRML and wanted to know if Java3D would have t

[JAVA3D] [Fwd: [j3d.org terrain-discuss] Re: [JAVA3D] Edge clamping in direct-x]

2002-02-11 Thread Justin Couch
Doh!... shortcuts clashing See, told you it was too llate in the evening for it to make sense -- Justin Couch http://www.vlc.com.au/~justin/ Java Architect & Bit Twiddler http://www.yumetech.com/ Author, Java 3D FAQ Maintainer http://

[JAVA3D] Milkshake 3d loader problems...

2002-02-11 Thread Karl Parry
Hi, I have a very simple problem, why do these little things keep bothering me! I am using milkshake 3d to create my content, and I am trying to use the Cappacino loader to get my content into my Java3D application. But the program won't compile, it says it can't find my loader, the Cappacino

Re: [JAVA3D] Ant

2002-02-11 Thread Catalin Barbulescu
Hello, Please let me to make some remarks... See below: Catalin Barbulescu OTTO Software Development Bucharest, Romania -Original Message- From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED]]On Behalf Of Justin Couch Sent: 11 februarie 2002 12:51 To: [EMAIL PROTECTED] Subje

Re: [JAVA3D] Ant (OFF TOPIC)

2002-02-11 Thread Marc Palmer
> Yes, for about 30 seconds. I find Ant to be pretty useless for > development of any decent size project. Some of the things I really > dislike about it: I think you've looked at an old version or have missed something Justin... ANT rocks. > - Conditional compilation. Not everything in a direc

Re: [JAVA3D] Serialization

2002-02-11 Thread RWGRAY
Thanks very much. Cheers, Bob Gray -Original Message- From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED]]On Behalf Of Pasi Paasiala Sent: Monday, February 11, 2002 1:35 AM To: [EMAIL PROTECTED] Subject: Re: [JAVA3D] Serialization Make the fields that point to non serializa

[JAVA3D] Picking Question

2002-02-11 Thread RWGRAY
To define some geometry objects in my scene, I am thinking about using a SharedGroup and Links. For example, I want 100 pillars in the scene (which are just cylinder objects) all the same, but different locations. I also want to be able to pick *individual* cylinders, that is, determine which pi

[JAVA3D] getting java3d to work with java web start

2002-02-11 Thread Mona Wong
Hi: I've checked the J3D and Java Forums but didn't find the answer to my question ... What is the syntax I need to put in my jnlp file in order for java web start to be able to run java 3d programs? All answers & pointers are appreciated. Sincerely, Mona

[JAVA3D] canvas disappears on pc

2002-02-11 Thread Mona Wong
Hi: I have a java 3d application where the canvas disappears on the Windows PC platform. I can occassionally get it to come back when I resize it several times ... it isn't consistent so I cannot get it to come back consistently ... Can anyone tell me why it is doing this and/or