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
> 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.
==
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
> 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
> 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
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
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