[JAVA3D] the questiion of vrmlLoad

2000-03-07 Thread fwen
Hello does anybody know why I can't load the vrml file by vrmlload() $B!# (B the attached file is the vrml file $B!# (B $B!! (Bthank you for help $B!# (B $B!]!]!]!]!]!]!]!]!]!]!]!]!]!]!]!]!]!]!]!]!]!]!]!] (B $B#P#F#U (B shanghai computer Ltd Wen feng<[EMAIL PROTECTED]> Tel: (021)6485-0118 $B

[JAVA3D] Ratser Class request for enhancement

2000-03-07 Thread Dipasqua, Aldo
HI All, If this bug report is important to you, please vote at http://developer.java.sun.com/developer/bugParade/bugs/4314503.html Bug Id 4314503 SynopsisRFE: give the Raster class the capability for hot spot positioning, picking Categoryjava3d:other Reported Against1.1

Re: [JAVA3D] hello

2000-03-07 Thread The Casteels
oop's.. Now it's me. hello, anyone there? The Casteels wrote: > must be you : ) > > jack gundrum wrote: > > > Hello out there, > > > > Has there been only a couple of postings here the last few days or is it me? > > Jack S. Gundrum > > Visualization Group > > Center for Academic Comput

Re: [JAVA3D] Advocacy

2000-03-07 Thread The Casteels
My two cents worth.. Java's performance still leaves something to be desired. Running a program through the JRE is fine during development, but to really survive as a distribution the web, Java programs and applets must rival the speed of platform specific executables. We'll always be second

Re: [JAVA3D] AWT or Swing, User Interface,Performance?

2000-03-07 Thread Julian
try calling stopRenderer() on your canvas3d when the start game button is pressed. concerning your awt/swing question, you are right: all swing-components but JFrame and JDialog are lightweight. yes you can mix lightweight and heavyweight in your app, and i don't think using swing instead of awt

Re: [JAVA3D] loading lightwave file in applets?

2000-03-07 Thread Janet Song
Hi Vladimir i did load the file viz url , it could load the .lws file but it still cannot access the .lwo file which is part of the .lws file here is my code.. // Construct the Lw3d loader and load the file Loader lw3dLoader = new Lw3dLoader(Loader.LOAD_ALL);

Re: [JAVA3D] Bug? InputStream kills KeyListener

2000-03-07 Thread The Casteels
The Keyboard input is logged as integers (0,1, or 2... for forward, right, or left) into an int[] array during construction, not to the file. The file is only written when a save command is called, and the save command closes the output stream. Everything continues to function after a save, it on

[JAVA3D] Banshee

2000-03-07 Thread Marco Lohse
Hi, is there a way to speed up rendering performance of a Banshee card under Win98 or NT? (Right now, I am running the OpenGL J3D version with software renderer. Since the DirectX version of J3D is always late, this isn´t an option for me.) Somewhere I read about some hack like copying some dlls..

Re: [JAVA3D] AWT or Swing, User Interface,Performance?

2000-03-07 Thread Evan Drumwright
Have you tried removeBranchGraph() to remove the root branch group containing the animation from your Locale before removing the Canvas3D from the frame? I'll bet that the rendering engine does not care whether or not the canvas is attached to a container... Evan Drumwright -Original Messag

Re: [JAVA3D] my java3d-interest posting had THREE DAYS LAG

2000-03-07 Thread Evan Drumwright
I've had the same problems. Sometimes my mail is just lost completely. Evan Drumwright -Original Message- From: Julian <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Sunday, March 05, 2000 9:41 AM Subject: [JAVA3D] my java3d-interest posting had THREE DAYS LAG >i

Re: [JAVA3D] my java3d-interest posting had THREE DAYS LAG

2000-03-07 Thread Shawn Kendall
Julian wrote: > i just received my posting "Re: Interface Problem" which I sent on March > 1st. Today is March 4th... this means my mail took *THREE days* (more than > 60 hours) until it reached the list. > > hey Sun people, your server meditates over the postings?? or is this a > problem with my

Re: [JAVA3D] java.lang.IndexOutOfBoundsException occurs when using multiple u...

2000-03-07 Thread Christian Zanardi
Hello, I have exactly the same error rather randomly with an ordered group. I never have the error if I use a classic TransformGroup. May be a bug? C. Zanardi Soft3Design.com === To unsubscribe, send email to [EMAIL PROTECT

[JAVA3D] j3d.org

2000-03-07 Thread Stefan Rufer
j3d.org is a nice page, but how should it grow if no link, no mail to submit more j3d-ressources can be found on the whole page? Anyone knows more? Stefan Rufer === To unsubscribe, send email to [EMAIL PROTECTED] and include

Re: [JAVA3D] Java 3d and OpenGl

2000-03-07 Thread Demetrius
Thanks for all the responses, but I can't really say it is a driver issue...I don't think some with Java3d is set up correctly.  Because I can run one C++ compiled program under the two different cards (ATI Rage Pro and Viper II) and get completely different frame rates.  With Viper giving W

Re: [JAVA3D] Java 3d and OpenGl

2000-03-07 Thread Bob Gray
If you find any answers, please let me know. I didn't have any special graphics card when I started using Java 3D. So, I *assume* it was all software rendering. (I was using Windows '95, and on another machine Windows NT.) Then I bought and installed a Voodoo card on the '95 machine and I expec

[JAVA3D] objects in strero mode

2000-03-07 Thread Sandra Kalass
Hello, does anybody know, how I can realize that objects emerge from the screen in stereo mode? Sandra Kalass === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTER

[JAVA3D] DrivingSimulator - a successful Java3D project

2000-03-07 Thread Vladimir Olenin
Well, to keep on the tradition (very good in my opinion), here another project goes - a realtime game Driving Simulator. The link is http://www.arcadia.spb.ru/java3d/ It actually could easily be run both as an applet and as an application, maintains the same relative size on any resolution (if run

[JAVA3D] VRML and DEFed texture

2000-03-07 Thread Alex
Hello, I have the following problem I have the vrml file that begins with # #VRML V2.0 utf8 Shape { appearance Appearance { texture DEF Cloth ImageTexture { url "../textures/c1.jpg" } } } Transform { children [ Transform { child

[JAVA3D] polygon with border

2000-03-07 Thread Dvorak, Daniel J.
Is there any easy way to add a border (say, 2 pixels wide) to a filled polygon without using a separate Shape3D? I'm using GeometryInfo to create non-convex polygons. I tried setting the polygonAttributes to polygon_lines, but then there was no fill, and the internal triangles showed up. Daniel

Re: [JAVA3D] j3d.org? what is happenning?

2000-03-07 Thread Steve Pietrowicz
Send e-mail to me ([EMAIL PROTECTED]) or Justin Couch ([EMAIL PROTECTED]) and we'll add the examples. We're in the process of fixing things up on the site, and it's taking a bit longer than expected. Look for a new and improved version of the FAQ soon. > Okay, so the e-mail for the j3d.org sit