[JAVA3D] loader problems

2000-08-10 Thread Shlomo Hershkop
hi all, I am trying to load up iv files, (open inventor) in java 3d. my solution so far has been to convert the files to obj files and then use the sample obj loader. this works but it is too slow. so my problem is: I need a way to convert the obj files to wireframes, so that it is a little faste

[JAVA3D] Texturing on the Java 3D Terrain

2000-08-10 Thread Frank C.P. Hsu
Hello: I have use the "TriangleStripArray" method to produce a 3D Terrain. The scale of the 3D Terrain is 200m*200m in x-y coordinate. Now, I want to add texture feature on the Terrain, and The method I used is "TexCoordGeneration". If I adjust the terrain scale to 1m*1m, the texture can fit i

Re: [JAVA3D] Annoying frame/canvas problem

2000-08-10 Thread Kelvin Chung
Hi, This bug 4354276 - D3D: Undesired "bring to front" window on mouseEnter is fixed in the next beta release. It happens in DirectX version of Java3D and also in OpenGL version when WakeupOnAWT with keyEvent is used. Thanks. - Kelvin Java 3D Team Sun Microsystems Inc.

Re: [JAVA3D] Annoying frame/canvas problem

2000-08-10 Thread Kelvin Chung
Hi, This bug 4354276 - D3D: Undesired "bring to front" window on mouseEnter is fixed in the next beta release. It happens in DirectX version of Java3D and also in OpenGL version when WakeupOnAWT with keyEvent is used. Thanks. - Kelvin Java 3D Team Sun Microsystems Inc.

Re: [JAVA3D] WebStart or Netscape6 deployment

2000-08-10 Thread Fred Klingener
- Original Message - From: "James Robertson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 10, 2000 3:31 PM Subject: Re: [JAVA3D] WebStart or Netscape6 deployment My setup: Intel 300MHz WinNT4.0SP4 Java JDK1.3 Java JRE 1.3 Java3D 1.2 Netscape6 Preview Release 2 NS6

Re: [JAVA3D] WebStart or Netscape6 deployment

2000-08-10 Thread James Robertson
I'm glad to hear someone has gotten J3D to work with Netscape6! I'm still having trouble. I've got a demo applet working OK using a client with Netscape4.7 + Java Plugin. (On the server, the classes are jar'd, the jar is signed, and the html doc is run through the plugin conversion utility. I also

[JAVA3D] Yahoo! Auto Response

2000-08-10 Thread Joan Lee
Sorry, holamigo_2000 is not available. Please leave a message. Thank you. Original Message: >From [EMAIL PROTECTED] Thu Aug 10 18:24:07 2000 Return-Path: <[EMAIL PROTECTED]> Received: from mail2.javasoft.com (EHLO mail2.java.sun.com) (204.160.241.38) by mta219.mail.yah

Re: [JAVA3D] WebStart or Netscape6 deployment

2000-08-10 Thread Carlos Proal
lets put things clear: Netscape6 preview release1 doesnt need plugin because it contains java plugin, in fact as i remember... java hotspot 1.2 rc2. I dont know which is your platform, but assuming windows enviroment (like almost all people on java3D) you have created a directory c:\program file

Re: [JAVA3D] WebStart or Netscape6 deployment

2000-08-10 Thread Qiuli Sun
I tried also. But I failed. I don't know why. Qiuli Sun -Original Message- From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED]]On Behalf Of James Robertson Sent: Wednesday, August 09, 2000 2:11 PM To: [EMAIL PROTECTED] Subject: [JAVA3D] WebStart or Netscape6 deployment Has

[JAVA3D] Annoying frame/canvas problem

2000-08-10 Thread Iain Milne
I have an application that opens up a frame (containing a Canvas3D object), that once opened, brings up a second frame containing just normal AWT controls. This second frame appears on top of the first one as expected. However, if the mouse is moved (not clicked) over the frame in the background

Re: [JAVA3D] canvas3D into Panel

2000-08-10 Thread Malguy, Eric G.
Salut, si je me rappel bien cela est du a cause de Panel. JPanel marche pour moi, essaye avec JPanel. import java.applet.Applet; import java.awt.BorderLayout; import java.awt.Frame; import java.awt.event.*; import com.sun.j3d.utils.applet.MainFrame; import com.sun.j3d.utils.universe.*; import c

Re: [JAVA3D] help

2000-08-10 Thread Alejandro Sanchez
Hi Frank. Do you receive the messages from de list-group ? In that case, probably "there isn't any problem" (i think) with de mail group. May be there is a problem with a mail server (sendmail) that is rejecting something. But the mails arrive to the list. "Frank C.P. Hsu" wrote: > I have conf

Re: [JAVA3D] help

2000-08-10 Thread Crossley, Allistair (A.)
Are you mailing the list from the email address that you registered as?? Because you need to. aLi ^ Allistair D Crossley IT Consultant (Logica) 01277 252088 [EMAIL PROTECTED] ^ #-Original Message- #From: Frank C.P. Hsu [mailto:[EMAIL PROTECTED]]

[JAVA3D] help

2000-08-10 Thread Frank C.P. Hsu
I have confirmed the mail of "Command confirmation request " and the message of is as fellowing : Confirming: > SUBSCRIBE JAVA3D-INTEREST Frank C. P. Hsu You are already subscribed to the JAVA3D-INTEREST list as "Frank C. P. Hsu". and I can post my message, but the server will reject my message

Re: [JAVA3D] CPU Utilization with KeyNav Behaviors

2000-08-10 Thread Joerg Baus
Stefan Dachwitz wrote: > > Hello Joerg, > > I wasn't able to find keyboard navigation in the examples you > mention. Is there something wrong with my eyes? > I downloaded the course notes, and I couldn“t find anything > but keyboard modifiers to increase speed. > I would be glad if you could point