| Thread | Last Post | Replies |
|
| Easy X3D to VRML converter for Windows? | 29 Jan 2004 15:41 GMT | 2 |
Hi can someone recommend a program that will convert from X3D format to VRML easily within windows that works well. Are they all java based so that you need to have Sun's java software installed to run them or are there ones that work without that?
|
| Which WakeUpCondition | 28 Jan 2004 12:10 GMT | 1 |
I've got a problem using a WakeupCriterion. My scenegraph contains a set of MorphBehaviors. Now I'd like them to invoke their processStimulus() method if the control class says "lets go". But which WakeUpCriterion should I use? I thought of WakeupOnAWTEvent, but
|
| text2D change size at the same position | 28 Jan 2004 09:49 GMT | 1 |
the program writes point on the screen. Now i want the pointnumbers on the screen besides the points too. The Problem: The textsize of 1 till 3 pt is unreadable. I choosed textsize of 100 pt and scaled the textobjects back to normal. Now i
|
| vector problem | 24 Jan 2004 05:52 GMT | 3 |
Hello, i got a problem dealing with a vector, i create a vector in which i put tables of objects (x, y et z) of "param" type (two attributes t and cst), i calculate the values of this table in calculEquationDroite(...), but when i want to get
|
| launching java3d application problem | 16 Jan 2004 16:39 GMT | 1 |
Hi everybody, has anybody here successfully launch java3d applet or application? If so, could you outline the procedure? I am sure there is a way, but i can;t seem to get it right.
|
| Anti aliasing Java3D | 15 Jan 2004 21:00 GMT | 1 |
I'm trying to turn on the anti aliasing features of Java 3D, but am having some trouble with it. I'm setting calling setSceneAntialiasingEnable(true) on my View object. For my lines, I'm also explicitly enabling anti aliasing by adding it to my material:
|
| launch application | 10 Jan 2004 14:51 GMT | 1 |
Hello, does someone knows if i can launch a vrmlviewer (ex vrmlView) from a java application? Thanks S
|
| Newbie problem: turning a list of verticies into a 3D object | 05 Jan 2004 22:09 GMT | 1 |
I have written some code that outputs a list of verticies that need to be displayed as a Shape3D object. The problem is that I can't think of an easy way to sort them into a list that will allow the object to displayed correctly when passed into the Triangulator class or know of
|
| An applet of a peculiar fractal | 03 Jan 2004 23:22 GMT | 2 |
I have made an applet of a fractal tree whose branches can move. I have posted the source code which is commented out. You can see how to make different types of rotations in this applet. You can see it here:
|