Re: [JAVA3D] Problem with mouse navigation

2000-04-13 Thread Pondrom, Pierre L
13, 2000 2:30 AM > To: [EMAIL PROTECTED] > Subject: Re: [JAVA3D] Problem with mouse navigation > > Pierre, > > I try to save the initial transformation that you talk about, but I don´t > know > what transformation you refer because this classes uses a transformGroup. &

Re: [JAVA3D] Problem with mouse navigation

2000-04-13 Thread Justin Couch
[EMAIL PROTECTED] wrote: > > Pierre, > > I try to save the initial transformation that you talk about, but I don´t know > what transformation you refer because this classes uses a transformGroup. I save > this initial transformGroup but when I move the object and them press the key to > set the ol

Re: [JAVA3D] Problem with mouse navigation

2000-04-12 Thread oscar . saez
Discussion list for Java 3D API >> Sent: Tuesday, April 11, 2000 4:44 AM >> To: [EMAIL PROTECTED] >> Subject: [JAVA3D] Problem with mouse navigation >> >> Hello all, >> >> I use the MouseTranslate, MouseZoom and MouseRotate classes to navigat

Re: [JAVA3D] Problem with mouse navigation

2000-04-11 Thread Pondrom, Pierre L
Reply To: Discussion list for Java 3D API > Sent: Tuesday, April 11, 2000 4:44 AM > To: [EMAIL PROTECTED] > Subject: [JAVA3D] Problem with mouse navigation > > Hello all, > > I use the MouseTranslate, MouseZoom and MouseRotate classes to navigate > througth > my Sim

[JAVA3D] Problem with mouse navigation

2000-04-11 Thread oscar . saez
Hello all, I use the MouseTranslate, MouseZoom and MouseRotate classes to navigate througth my SimpleUniverse but I can miss my object if I move it out of the zone that I can see. It posible to return my object to the original position or orientation? Thank for any help Best Regards ==