| Thread | Last Post | Replies |
|
| Replace Shape3D in scene graph | 18 May 2006 00:52 GMT | 2 |
I have a method that generates a Shape3D. I want to regenerate that shape and replace the Shape3D originally added to the scene graph with the newly generated one. How do I do this? tg = new TransformGroup();
|
| Problem with MainFrame class in JApplet | 13 May 2006 11:31 GMT | 4 |
I'm new to this NG so I'll try to explain my problem. I'm using JAVA3D into a JApplet. This is the code [CODE] import java.util.*;
|
| I am REALLY new to this-need to slow down 3d cube | 11 May 2006 21:38 GMT | 3 |
I have created a 3d cube that spins. My problem is that it spins extremely fast! Can I add anything or do anything to make this slow down??? PLease help THanks
|
| add shape3D to scene | 02 May 2006 10:10 GMT | 5 |
I'm trying to add a Shape 3d to an object, but I get a nullpointerexception. i have a class displaypoints and a class simplebehavior. When simplebehavior is called upon I would like to see the new shape appear.
|
| Shapes with unique surfaces | 01 May 2006 12:58 GMT | 1 |
As with most newbie's, I am having problems with lighting effects. To be more precise I only wish to differentiate between each side of a box so that the surfaces do not blend. As I am repeating the same box in different dimensions many times in different locations, I thought I
|