[JAVA3D] Add a menu to 3D object

2005-04-08 Thread dodo
Hello, Is it possible to associate a menu to 3D object ? If yes, how can I do it ? What I want is to have a menu when I click on an object without moving the mouse and from this menu I'll be able to make other action. Any help is welcome. Many thanks ! =

Re: [JAVA3D] About XJ3D

2005-02-10 Thread DODO Meva
hello, Your exemple work fine, but I want to understand the architecture of an Xj3d scene. As with Java3d you have SimpleUnivers, BranchGroup, TransformGroup and Transform3D, Shape. There's a rule to build a scene with Java3d. And I would understand this sort of rule with Xj3d. In the attached

Re: [JAVA3D] About XJ3D

2005-02-09 Thread DODO Meva
Thanks about the tutorial that I don't stop to examin ! Here is the simple code in the tutorial : import java.awt.*; import java.util.HashMap; import javax.swing.*; import org.web3d.x3d.sai.*; /** * A simple example of how to use SAI to load a scene and modify a value. public class SimpleSAIDe

[JAVA3D] Appareance of LineAttribute

2005-01-29 Thread Dodo
Hello everybody, I'm wondering if it exists out there anyway to give an appearence of cylinder to a LineArray. Obviously I can use a cylinder but a LineArray is more easy to manipulate than a cylinder when you move two objects connected by it. Any idea or exemple are welcome. Thanks ! =

[JAVA3D] Enable PickTranslateBehavior by button !

2005-01-27 Thread DODO Meva
Hi everybody, I want to enable and desable the PickTranslateBehavior, Can someone help me how to do ? Many thanks ! === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-I

Re: [JAVA3D] Why? -They should really close this list

2005-01-25 Thread Dodo
Ben Moxon wrote: I'm guessing people would say that because of the crossover between java3d-interest@java.sun.com and the [EMAIL PROTECTED] list. I can't see any point in not merging the lists, to be honest, as they are pretty close to identical in content, but while there are two I will stay su

Re: [JAVA3D] mouse translate

2005-01-24 Thread DODO Meva
Hi, I find by chance your subjet in this forum, my problem is the inverse of yours ! I want to translate my object that moves in XY when I click to. I use PickTranslateBihavior, so could you tell me how did you do to translate your object on XZ plane ? Thanks advance ! ==

[JAVA3D] Layout of PickTranslateBihavior

2005-01-24 Thread DODO Meva
Hi all, Is there a way to change the plan of the move of the PickTranslateBihavior ? What I want is to change the plan (x0y) to (x0z), ie instead to move in x0y an object moves on x0z in manner to have a reflection of zoom. Thanks a lot ! =

Re: [JAVA3D] About PickingCallback

2005-01-22 Thread DODO Meva
Thank you very much ! My porblem is resolved, your indication was well. Meva === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email

[JAVA3D] About PickingCallback

2005-01-21 Thread DODO Meva
Hi all, I'm beginner in Java3D, I have just little problem. My goal consists to move a link connecting two boxes when I move one of them. The link is created with Linearray class and the boxes are created with Box class. I can really get the new cordinates of the moving box but I don't know after

[JAVA3D] Move VRML object in Java3D

2004-12-13 Thread Dodo
Hi all, I need help for my application. My problem consist fo to move a vrml object loaded into java3D. For this I transverse all shape3d and set them ALLOW_INTERSECT and some aother flag. My object is composed by 5 boxes with different size. when I click on the greatest component all components mo