| Thread | Last Post | Replies |
|
| Shape 3d and normals | 19 Oct 2004 18:26 GMT | 1 |
I hand built a TriangleFanArray shape, and I want to be able to view it from below and above. How do I set the normals so I can see it from above and below? (I tried making two objects, one with normals up and one with normals down, yet both objects will only be shown if I look
|
| [ANNOUNCE] Jun for Java (Jun482) | 19 Oct 2004 06:51 GMT | 2 |
We have released a new version, 482, of "Jun for Java". The major changes since the version 454 includes: * Support Java 2 Platform Standard Edition 5.0. * Some polyhedra inscribed in a unit sphere are added as
|
| SpaceBalls and Java3D | 12 Oct 2004 19:07 GMT | 2 |
I would like to know if someone is using a SpaceBall with Java3d ? I just want to know what's working and not. Can you please give the model and the APIs you're using for it
|
| How to render Java3D to AVI using JMF | 08 Oct 2004 19:24 GMT | 1 |
I think that everyone can easy to write a Java3D program to slie show some picture. But I don't know how to render it into AVI file or another movie format. Who can help me to solve this problem ASAP. Thanks.
|
| newbie question: How to dynamically add TransformGroup to a BranchGroup | 08 Oct 2004 19:04 GMT | 2 |
I am trying to add and remove Sphere objects to and from my universe dynamically at runtime. However, each time I try to add a TransformGroup child to the BranchGroup I get this error: javax.media.j3d.RestrictedAccessException: Group: only a BranchGroup node
|
| Two Canvas3D with single MouseRotate? | 02 Oct 2004 09:28 GMT | 1 |
I have two Canvas3D, one is for object view and the other is only for axis rotation. I want to get a MouseRotate behavior from the object view canvas3D to axis Canvas3D, so I can synchronise the rotation between them.
|