[JAVA3D] reg:zooming problem in java3d

2004-07-20 Thread RAHUL KHANNA
Hello friends,   I am having problems with mouse zooming.   when i am zooming , my object is going out of the bounding sphere , where i cant see my image.   So can any one tell me or correct me how to set a fixed zoom(max and min zoom) , so that my object doesn't go out of the bounding sphere.  

Re: [JAVA3D] JAVA3D-INTEREST Digest - 16 Jul 2004 to 19 Jul 2004 (#2004-186) JAVA3D-INTEREST Digest

2004-07-20 Thread Henzil Browne
This last JAVA3D-INTEREST Digest contained several attachments with viruses! Automatic digest processor wrote: Subject: JAVA3D-INTEREST Digest - 16 Jul 2004 to 19 Jul 2004 (#2004-186) From: Automatic digest processo

[JAVA3D] reg:problem with mouse zoom

2004-07-20 Thread RAHUL KHANNA
Hello,   I am having problem with mouse zoom in my application.   The problem is :   When i am trying to room the image its zooming well but after certain point the image is disappearing i.e i can't able to see the image.   So i want to know how to control the zoom , so that i can zoom exactly to

Re: [JAVA3D] reg:problem with mouse zoom

2004-07-20 Thread Mike Pilone
Quickly looking at the OrbitBehavior API it looks like it only supports a min radius and not a max. The image is probably disappearing because it is passing through your back clipping plane. If you want more control over the movement you may have to write your own behavior. -mike -Original