[osg-users] How to enable the auto-rotate affect on a TrackballManipulator, ( win32mfc )

2007-11-22 Thread Wu Xiaodong
Hi, Everyone: I am a total begginer user of OSG for 3 days. How can i enable the auto-rotate effect on a TrackballManipulator? I have attached a osgViewer::viewer to a window on Win32.( windiow+MFC ) by following code. * viewer = new osgViewer::Viewer;

Re: [osg-users] How to enable the auto-rotate affect on a TrackballManipulator, ( win32mfc )

2007-11-22 Thread Wu Xiaodong
Hi. Robert. Thanks for ur respond, I have read the code osgAnimation. I used some confused word to describe my problem. ( :( bad English, my native laguage is Chinese ). What i want to know is that how the camera can go along its latest way(or path), For example, I drag the focus

Re: [osg-users] How to enable the auto-rotate affect on a TrackballManipulator, ( win32mfc )

2007-11-22 Thread Robert Osfield
Hi Xiaodong, Is just that you can't throw i.e. when you release the mouse whilst moving the camera just stops rather continuing with the same motion? Robert. On Nov 22, 2007 11:45 AM, Wu Xiaodong [EMAIL PROTECTED] wrote: Hi. Robert. Thanks for ur respond, I have read the code