| Thread | Last Post | Replies |
|
| combining angles | 29 May 2004 13:57 GMT | 2 |
Maybe im just too stupid... I am changing the Rotation component of a TransformGroup by: setRotation(AxisAngle4d )..for a Rotation arround an axis. Now i want to add another Roation around another Axis.
|
| Keeping trace (trail) of objects | 29 May 2004 11:35 GMT | 2 |
Please help us. We have to develop a java 3d application that have to draw an object trace (a line or other object). Our idea was of creating many spheres in sequence giving the impression of a line. Is there a better way to do so?
|
| [J3D] Wie (2D-)Canvas3D-Koordinaten in 3D transformieren? | 26 May 2004 19:20 GMT | 1 |
Hallo. [Ich weiß, daß J3D hier eher ein Nischendasein fristet und clj.3d eher angebracht wäre. Die Gruppe ist leider so gut wie tot, resp.
|
| java3d libGL.so.1 error | 25 May 2004 20:18 GMT | 2 |
when i run my java3d app. (I use Eclipse with Debian Knppix 3.3 and sdk 1.4.2) I have this error: Exception in thread "main"
|
| flickering | 22 May 2004 20:55 GMT | 1 |
My J3d Application is flickering on every repaint. I have to rebuild the contentBranch for every repaint, so that might be a problem. But to do so is much faster than setting my 4000 Lines (I have to Update an LineArray on every Repaint) while the
|
| 3D Pipe object | 12 May 2004 01:49 GMT | 1 |
I just starting using Java 3d API. I would like to create a object that looks like a pipe. I have tried to use two Cylinder objects and make the inner cylinder transparent. Didn't work! The reason I want a pipe is I want to put another smaller cylinder inside the pipe and move it ...
|
| What do you guys think of... | 12 May 2004 01:41 GMT | 2 |
The Project Looking Glass? Jonathan Swartz's demo sure looked cool. Adi www.txpinball.com
|
| Simple Newbie Question? Is This kind of things possible with Java3D | 10 May 2004 17:02 GMT | 3 |
Firts of all, I hope that my English can be understood, I hope so... I'm very new to Java3D and have been surfing a bit on the net after soms examples of thing that are possible with Java3D Now I would like to know if the following is possible.
|
| Compiling error: no capability to get geometry | 04 May 2004 20:58 GMT | 1 |
Need help!really I want to implement a picking behavior (PickTool, PickCanvas) )in Java3D, which returns the coordinates of the clicked area in the objekt. I can?t remove this exception: Shape3D: no capability to get geometry.
|
| IndexedTriangleArray and Color | 04 May 2004 06:48 GMT | 1 |
i try to set Color to every Triangle explicitily. (Code at the end) Without setColor it works fine an i see two Triangles in the canvas3D. But if i try to set the Colors i got following error .. Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException:
|
| relative applet location causes problems on local disk | 03 May 2004 13:48 GMT | 2 |
i have a java applet, where the html file contains the line: <APPLET ARCHIVE="../a/live.jar" CODE="Live.class" WIDTH=650 HEIGHT=650 ALIGN=LEFT> where the jar archive location is specified by relative path outside
|