Re: [JAVA3D] Robot Arm simulation

2004-06-04 Thread Florin Herinean
from live objects. Furthermore, your program won't stop responding.   Cheers,   Florin   -Original Message-From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED]On Behalf Of Alp YilanciogluSent: Freitag, 4. Juni 2004 02:08To: [EMAIL PROTECTED]Subject: Re: [JA

Re: [JAVA3D] Robot Arm simulation

2004-06-03 Thread Alessandro Borges
You can remove BranchGroups from a scene, not TransformGroups. If you have to put and remove the same branch you your scene, consider using Switch. Switch allow you to turn on/off entire branch groups. Of course set all needed capability bits ;) Alessandro --- Alp Yilancioglu <[EMAIL PROTECTED]

Re: [JAVA3D] Robot Arm simulation

2004-06-03 Thread Alp Yilancioglu
Hi,     Thank you for helping me in this..     But I still got a problem     In the code   Lets say I have 1TG and  2TG named  TransformGroups  that have setCapability-Allow-transformGroup-read/write properties   and  1TG->has the shape added sphere     2TG-> has

Re: [JAVA3D] Robot Arm Simulation

2004-06-02 Thread Andre Bialojahn
Alp, > How can i recompile the scene. > > i want to make my robotarm -to pick an available shape from the > eviroment and put it to a another given x,y,z coordinate Then it is not necessary to recompile the scene, just modify the object's Transform3D. > i make it like this. > > during runti

Re: [JAVA3D] Robot Arm Simulation

2004-06-02 Thread Mark McKay
Alp Yilancioglu wrote: Hi again.. How can i recompile the scene. i want to make my robotarm -to pick an available shape from the eviroment and put it to a another given x,y,z coordinate i make it like this. during runtime my robot arm goes on to the shape to pick it. and i add the shape to

[JAVA3D] Robot Arm Simulation

2004-06-02 Thread Alp Yilancioglu
Hi again.. How can i recompile the scene. i want to make my robotarm -to pick an available shape from the eviroment and put it to a another given x,y,z coordinate i make it like this. during runtime my robot arm goes on to the shape to pick it. and i add the shape to the robot arm..

Re: [JAVA3D] Robot Arm Simulation

2004-05-30 Thread Alp Yilancioglu
  Thank you for guiding me to finish this project….   Sorry about being late to send a message but Thanks every body.. I have done the graphical part ..     === To unsubscribe, send email to [EMAIL PROTECTED

Re: [JAVA3D] Robot Arm Simulation

2004-05-25 Thread Gilson Laurent
Hello 1. Get the java3d-Doc and a working java3d-installtion. The important stuff is in com.sun.j3d.utils.universe javax.media.j3d com.sun.j3d.utils.geometry forget about the rest for now. > I need to learn >1-how to combine / attach / create a joınt/ between two 3dshaped > objects.. "ex

Re: [JAVA3D] Robot Arm Simulation

2004-05-24 Thread geoffrey butterworth
] Robot Arm Simulation  Hi again, thank you for your attention for my project..   I am a computer science student , and as I said this is my thesis project ;I know java GUI but ı don?t know  java3d I am in trouble with this stuation, and I am supposed to write this code in

[JAVA3D] Robot Arm Simulation

2004-05-24 Thread Alp Yilancioglu
 Hi again, thank you for your attention for my project..   I am a computer science student , and as I said this is my thesis project ;I know java GUI but ı don’t know  java3d I am in trouble with this stuation, and I am supposed to write this code in java3d    i know the mathematical

Re: [JAVA3D] ....robot arm simulation

2004-05-24 Thread Alessandro Borges
oh oh I forgot this nice source : http://fivedots.coe.psu.ac.th/~ad/jg/ see chapters 11 & 11.5 (PDF & source code available) Alessandro __ Yahoo! Messenger - Fale com seus amigos online. Instale agora! http://br.download.yahoo.

Re: [JAVA3D] ....robot arm simulation

2004-05-24 Thread Alessandro Borges
; ps.. why do i not see any questions about the > paricle emitter? > > geoffrey. > > - Original Message - > From: Brian McCormick > To: [EMAIL PROTECTED] > Sent: Monday, May 24, 2004 2:32 PM > Subject: Re: [JAVA3D] robot arm simulation > > >

Re: [JAVA3D] ....robot arm simulation

2004-05-24 Thread geoffrey butterworth
- From: Brian McCormick To: [EMAIL PROTECTED] Sent: Monday, May 24, 2004 2:32 PM Subject: Re: [JAVA3D] robot arm simulation I think you said it best.  You have to calculate all the mathematical thing by your self.  When you have a specific Java3D question then

Re: [JAVA3D] ....robot arm simulation

2004-05-24 Thread Brian McCormick
s for you.  There are tools that can help however. -Original Message-From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED]On Behalf Of Alp YilanciogluSent: Monday, May 24, 2004 6:53 AMTo: [EMAIL PROTECTED]Subject: [JAVA3D] ....robot arm simulation tha

Re: [JAVA3D] ....robot arm simulation

2004-05-24 Thread Mark McKay
Alp Yilancioglu wrote: thank you for replying my message. I have lots of problem with this thesis project, I need your help , like i have to rotate an arm by the angles given from the user as an input to a destination. I have to calculate all the mathematical thing by my self. Waiting for your answ

Re: [JAVA3D] ....robot arm simulation

2004-05-24 Thread hterrolle
you want someone to do it for you. isnt it ? -Message d'origine-De : Alp Yilancioglu <[EMAIL PROTECTED]>À : [EMAIL PROTECTED] <[EMAIL PROTECTED]>Date : lundi 24 mai 2004 13:53Objet : [JAVA3D] robot arm simulation thank you for replying my mess

[JAVA3D] ....robot arm simulation

2004-05-24 Thread Alp Yilancioglu
thank you for replying my message.   I have lots of problem with this thesis project,  I need your help , like i have to rotate an arm by the angles given from the user as an input to a destination. I have to calculate all the mathematical thing by my self.  Waiting for your answers.. th

Re: [JAVA3D] Robot Arm Simulation

2004-05-23 Thread Mark McKay
Alp Yilancioglu wrote: Need Help! This is my thesis project for the university and I have got only 10 days to finish this project. I need help because I don’t know The java3d package methods. I am making a robot arm simulation. I wanted the user to give the coordinates as an input and the arm will

[JAVA3D] Robot Arm Simulation

2004-05-23 Thread Alp Yilancioglu
Need Help! This is my thesis project for the university and I have got only 10 days to finish this project. I need help because I don’t know The java3d package methods. I am making a robot arm simulation. I wanted the user to give the coordinates as an input and the arm will go to the given coordi

[JAVA3D] robot arm simulation

2004-05-23 Thread Alp Yilancioglu
  Need Help!  This is my thesis project for the university and I have got only 10 days to finish this project. I need help because I don’t know The java3d package methods. I am making a robot arm simulation. I wanted the user to give the coordinates as an input and the arm will go to th