[JAVA3D] j3d 1.2.1 & jdk1.4

2001-06-06 Thread Timo Buschick
Hy all, just tested my application with jdk1.4. Seems the OrbitBehavior doesn´t work with jdk1.4, it handles all mouse events like if the left mouse button was pressed. Anyone out there had similar problems? cu, Timo. === T

Re: [JAVA3D] Speeding up java applications

2001-06-06 Thread Timo Buschick
> I´m on the search for speeding up java applications, too. `jet´ seems > to be a good product as it compiles your application and optimizes > the whole jdk and so on, too. Sorry, url is: http://www.excelsior-usa.com cu, Timo. ==

Re: [JAVA3D] Speeding up java applications

2001-06-06 Thread Timo Buschick
Hy Krikheli, David, I´m on the search for speeding up java applications, too. `jet´ seems to be a good product as it compiles your application and optimizes the whole jdk and so on, too. As far as I know, compilation of forte4j is not possible at the moment, but: there is an example included whic

Re: [JAVA3D] Using a toolbar to control mouse behaviours..

2001-01-29 Thread Timo Buschick
> What I would like to do is setup a toolbar on my JFrame and have buttons > for specifying what the mouse will do when interacting with my 3D scene. > eg a button to pick, a button to rotate, zoom etc.. > So that the user clicks, say the zoom button, and when the click and drag > on the 3D scene

Re: [JAVA3D] Exporting VRML

2001-01-11 Thread Timo Buschick
> I tried to export a scenegraph using x3d with the following code snippet: > > File f = new File(dir, file); > FileWriter fw = new FileWriter(file); > System.out.println("Saving scene "+scene+" to file "+dir+file); > try { > scene.writeX3D(fw,"x3d.dtd"); > } catch (Exception e) { System.out.print

[JAVA3D] Exporting VRML

2001-01-10 Thread Timo Buschick
Hy all out there, I tried to export a scenegraph using x3d with the following code snippet: File f = new File(dir, file); FileWriter fw = new FileWriter(file); System.out.println("Saving scene "+scene+" to file "+dir+file); try { scene.writeX3D(fw,"x3d.dtd"); } catch (Exception e) { System.out.p

[JAVA3D] Picking Edges

2000-05-05 Thread Timo Buschick
Hello out there, I wan´t to pick edges with java3D. My problem is, I have some objects on screen and I wan´t to be able to pick edges from those object (at the moment I simplified my problem to boxes). Therefore I allready extended the PickMouseBehavior class to be able to read geometry out of th