Re: [JAVA3D] Abstract: Diploma on J3D

2001-03-22 Thread Andreas Ebbert
Hi, > Andreas Ebbert wrote: > > > > only available in german, please feel free to either write to me at > > [EMAIL PROTECTED] or to my tutor [EMAIL PROTECTED] > > Do you have this available online? I would like to link to it from > j3d.org. I am the wrong person to ask. I would like it to be onl

[JAVA3D] 3D tool evaluation.

2001-03-22 Thread Carolina Prieto
    Do you know which tool (we are  evaluating Opendx Amira TKV Java3D...) could be the best to implement a 3D model from some radiographies of a human jaw? We are trying to work whith stomatologist to make a graphic representation (interactive, rotations picking...) of the process of implan

[JAVA3D] Java3d performance analysis (possible bug found)

2001-03-22 Thread David
I have a friend who is working on a project using OpenGL. He ran an experiment on the same card I am using. He drew 40 houses. 40 * 1600 polygons came out to 64,000 polygons and I got around 110 FPS. That came out to right around 7 million textured polygons per second. I was amazed by that pe

Re: [JAVA3D] VRML Loaders

2001-03-22 Thread giles
> But I find the instructions to be made a little more complex then they need > to be (a kind of useless plug of Cygwin in there). Chances are you already > installed the JDK and Java3D so you can skip 2 and 3, You can skip the Cygwin > portion of it which is 5. > Well we are heavily unix based w

Re: [JAVA3D] VRML Loaders

2001-03-22 Thread Leyland Needham
>From the java.sun.com's Java3D section, they have a link to the Xj3D project, which is the developement of a standard parallel (or meant to succeed) VRML, it supports VRML files as well as the X3D files. http://hypermultimedia.com/Xj3D/ This is where the instructions to install it are at.. htt

[JAVA3D] Performance of 1.2 vs. 1.2.1

2001-03-22 Thread Mauricio Vives
Hey folks,   Does anyone have information on the performance of 1.2.1 relative to 1.2? (rendering speed and memory usage)  I performed some tests on my application both before and after installing Java 3D 1.2.1, and I am seeing a slight reduction in rendering speed (no changes were made besides

[JAVA3D] VRML Loaders

2001-03-22 Thread Gold, Rich <[EMAIL PROTECTED]>
I have been playing successfully with the builtin .obj loader and now want to start working with the VRML (.wrl) loader. I think I found one on the sun site as part of the fly-thru demo on the main download page (but am not sure that this is the latest version etc.) Does anyone know what is th

[JAVA3D] playing background sound

2001-03-22 Thread sreelatha menon
I'm trying to play a background sound file with a Canvas animating some graphics. It doesn't play the sound. Does anyone know what else I need to add to the following code? Any help will be appreciated. public void init() { GraphicsConfiguration config = SimpleUniv

[JAVA3D] En: i need a solution for this problem

2001-03-22 Thread Silvano Maneck Malfatti - Estagiario
> I am use in my program the commands: > > Sphere s = new Sphere(0.5f); > > TransformGroup tg = new TransformGroup(); > > Transform3D t3D = new Transform3D(); > > tg.addChild(Shere); > > t3D.rotY(Math.PI); > > tg.setTransform(t3D); > > > How I can to do rotate my object using the AxisAngle4f?

Re: [JAVA3D] Abstract: Diploma on J3D

2001-03-22 Thread Justin Couch
Andreas Ebbert wrote: > > only available in german, please feel free to either write to me at > [EMAIL PROTECTED] or to my tutor [EMAIL PROTECTED] Do you have this available online? I would like to link to it from j3d.org. -- Justin Couch http://www.vlc.com.au/~justin/ Freelance Java Consultant

Re: [JAVA3D] I am working on a dynamics and physics engine which can be see as a add on of Java 3D

2001-03-22 Thread Dean Keeler
I am interested. Can you give more details? Dean -Original Message- From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED]]On Behalf Of Stephan Szymkowicz Sent: Thursday, March 22, 2001 11:57 AM To: [EMAIL PROTECTED] Subject: [JAVA3D] I am working on a dynamics and physics engi

[JAVA3D] Java 3D or 2D

2001-03-22 Thread Mona Wong
Hi: I need to implement a GUI which contains a crosshair that the user can click on and drag it around. I want to use this to control x and y translation of my 3d canvas. Is this a java3d or 2d capability? If someone can point me to any info, I would appreciate it very much. S

Re: [JAVA3D] I am working on a dynamics and physics engine which can be see as a add on of Java 3D

2001-03-22 Thread Kyle Wayne Kelly
I know very little about physics, but I am interested. /** * Kyle Wayne Kelly * Computer Science Student * University of New Orleans * 504-391-3985 * http://www.cs.uno.edu/~kkelly * Glory to God! */ - Original Message - From: "Stephan Szymkowicz" <[EMAIL PROTECTED]> To: <[EMA

[JAVA3D] Non Graphics question?

2001-03-22 Thread Kyle Wayne Kelly
Java can only add three more opcodes?   /**  * Kyle Wayne Kelly  * Computer Science Student  * University of New Orleans  * 504-391-3985  * http://www.cs.uno.edu/~kkelly  * Glory to God!  */

[JAVA3D] Abstract: Diploma on J3D

2001-03-22 Thread Andreas Ebbert
Hi all, maybe some of you remember my name. I was an farely active member of this list a few months ago and but finally managed to bring my paper to a final form. Because I think this will probably be of interest to some of you, and don't know a proper place where to talk about it, I will send yo

Re: [JAVA3D] [JAVA 3D] Non graphics question

2001-03-22 Thread Kyle Wayne Kelly
I mean give code to Sun (with no strings).  I already posted the code.  However, it is really not about the code per se.  It is more about the idea of an enumeration type.  If Java had a primitive enumeration, then users could create new composite types.  A user could define a new tristate t

Re: [JAVA3D] I am working on a dynamics and physics engine which can be see as a add on of Java 3D

2001-03-22 Thread Casteel, Don
I am very interested as well. Will your project include particle systems for fluid dynamics? How about elastic properties? Please provide scope and as much detail as possible. Thank You Donald Casteel -Original Message- From: BRANDY Cyril [mailto:[EMAIL PROTECTED]] Sent: Thursday, March

Re: [JAVA3D] I am working on a dynamics and physics engine which can be see as a add on of Java 3D

2001-03-22 Thread Mark Kahrl
- I may be interested, I have a background in computational physics and am curently working on a couple small physics related projects in Java3D. Mark === To unsubscribe, send email to [EMAIL PROTECTED] and includ

[JAVA3D] I apologize for the illegitability of the first email.

2001-03-22 Thread Kyle Wayne Kelly
I mean give code to Sun (with no strings).  I already posted the code.  However, it is really not about the code perse.  It is more about the idea of an enumeration type.  If Java had a primitive enumeration, then users could create new composite types.  A user could define a new tristate ty

Re: [JAVA3D] I am working on a dynamics and physics engine which can be see as a add on of Java 3D

2001-03-22 Thread BRANDY Cyril
What kind of application are you working on ? Can i have some precisions ? Do you speak french ? Cyril -Message d'origine- De: Stephan Szymkowicz [mailto:[EMAIL PROTECTED]] Date: jeudi 22 mars 2001 17:57 À: [EMAIL PROTECTED] Objet: [JAVA3D] I am working on a dynamics and physics engine wh

Re: [JAVA3D] I am working on a dynamics and physics engine which can be see as a add on of Java 3D

2001-03-22 Thread Kyle Wayne Kelly
That sounds interesting. /** * Kyle Wayne Kelly * Computer Science Student * University of New Orleans * 504-391-3985 * http://www.cs.uno.edu/~kkelly * Glory to God! */ - Original Message - From: "Stephan Szymkowicz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday

[JAVA3D] I am working on a dynamics and physics engine which can be see as a add on of Java 3D

2001-03-22 Thread Stephan Szymkowicz
I would like some people involve in. I need Design pattern tester Programmers to optimize code Demo makers Testers regards === To unsubscribe, send email to [EMAIL PROTECTED] and include in t

Re: [JAVA3D] 3D User Interfaces with JAVA3D - Canvas3d problem

2001-03-22 Thread Jon Barrilleaux
Well, since you are so "smart" and apparently have more time on your hands than I did when I was doing this, add the constructors to the base class and replace the original class in your j3dui library. ;-) On a more serious note, send me a copy of your changes and, if there is sufficient interest

[JAVA3D] Graphic drivers with win 2000

2001-03-22 Thread Qiuli Sun
Hi, Does anyone know about the latest news about the graphics drivers with win 2000? When I tested my java 3D program on the win 2000 machine, it never works as good as on the NT machine. What I mean is that the graphic area can not update sometimes. Any suggest on this? Qiuli

Re: [JAVA3D] strange rendering problem again

2001-03-22 Thread John Wright
Desiree, I hesistate to respond because I'm at a customer site and don't have my notes with me. I've exchanged several e-mails with Sun engineers regarding the clipping planes. In my opinion this is one critical and hugely flawed portion of Java 3D. I found out that the value you set for the c

Re: [JAVA3D] End of Java3D ?

2001-03-22 Thread Leyland Needham
> Do you think that M$ is not threatened by the ability of any > computer to send a program to any other computer? I for one think that, dotNet, is microsofts way of saving their butt from potentially being split up. If they split off the OS side of microsoft, they will still have the dotNet plat

Re: [JAVA3D] The CameraNavigating example belonging to the Jon Barrilleaux' b ook "3D USER

2001-03-22 Thread Jon Barrilleaux
Take a look at the author online forum at www.manning.com/barrilleaux. I made a few suggestions about what you might look for. Now that I've had a bit more time to reflect on it, I'm betting that you forgot to establish the axes of rotation and they are defaulting to (0,0,0), in which case no rot

Re: [JAVA3D] End of Java3D ?

2001-03-22 Thread Kyle Wayne Kelly
I do not want to argue with you. You win! /** * Kyle Wayne Kelly * Computer Science Student * University of New Orleans * 504-391-3985 * http://www.cs.uno.edu/~kkelly * Glory to God! */ - Original Message - From: "Bill Hibbard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Se

Re: [JAVA3D] End of Java3D ?

2001-03-22 Thread Bill Hibbard
But do you disagree? Do you think the world does not need a format for any computer to send a program to any other computer? Do you think that Java is not such a format? Do you think that M$ is not threatened by the ability of any computer to send a program to any other computer? Cheers, Bill

[JAVA3D] Cross Section

2001-03-22 Thread firas
Hello, Did some one have manipulated a cross section on Java3D volumes ...? Thanks for any ideas ... Firas === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST".

Re: [JAVA3D] ACCESSControlException error in VRML Loading!

2001-03-22 Thread Leyland Needham
Fabrizio Nunnari wrote: > Yes, try: > > String filename = "filename" ; > File f = new File(filename) ; > URL url = f.toURL() ; > > hope this avoid security problems Hmm, Im not sure about that.. But If you look at the Morph Demo applet in the JDK directory, they do this for obj files, so you mig

[JAVA3D] strange rendering problem again

2001-03-22 Thread Desiree Hilbring
Hi, we had problems with our mailserver, thats why you did not hear from me the last week. My problem was, that I encountered rendering problems of a box during rotation. The problem is solved, it was a clipping problem a fiddled around with the front clipping plane after I was sure, that the geo

Re: [JAVA3D] ACCESSControlException error in VRML Loading!

2001-03-22 Thread Fabrizio Nunnari
Hello, On Thu, 22 Mar 2001, Leyland Needham wrote: > > The VRML Loader is not permitted to load files from my harddrive (maybe > from the > > client's computer also) I haven't tested it on the internet.Only through my > > computer!) > > That is a good question, that I will have to cross when I g