| Thread | Last Post | Replies |
|
| Cannot move JSplitPane Divider with Canvas 3D | 30 Jul 2004 15:53 GMT | 1 |
I hava a SplitPane with a Button at the left side and a Canvas 3D at the right side and I can only move the divider to the button side. When I want to make the Canvas3D smaller the divieder doesn't move in that direction. Can anybody help me?
|
| Q: how to disable "default" mouse behaviour? | 30 Jul 2004 09:08 GMT | 2 |
I'm a newbie as far as Java3D is concerned, but I have to use a JPanel that includes a Java3D scene. What I need now is to disable any inherent mouse-related funtionality in that JPanel _from the outside_, so my MouseListener in the parent JPanel can work properly (does not work ...
|
| JOGL vs Java3d vs LWJGL vs Xith3D | 11 Jul 2004 08:25 GMT | 3 |
I would like to use OpenGL (or 3d hardware accelerated engine) under Java. I would like to play around with Shaders (OpenGL 1.5).....and I don't know much about OpenGL (but I'm not afraid in learning). What is best environment :
|
| What laptops will Java3D work well on? | 09 Jul 2004 03:35 GMT | 1 |
We need to buy a laptop that will display a Java3D based program nicely and quickly. What's the best model to get? What features should it have? Mark McKay
|
| JBuilder or Visual J++?(Please help) | 09 Jul 2004 03:20 GMT | 4 |
Need to build some Java application which interfaces with finite element analysis software-FlexPDE, basically it requires a friendly GUI and good
|
| How to deal with the display of a large number of lines? | 07 Jul 2004 09:20 GMT | 2 |
I am working on medical visualization using Java3D. I have about 200,000 lines to display. I extend shape3D class to produce our line class. However, after all the lines are created, the program cannot go through the "objRoot.compile()" even after a long time. Is there
|