Camera Controller Animation
#1
If I animate a scene camera's distance property it causes the mouse wheel to no longer function.

DoubleAnimation daDistance = new DoubleAnimation();
daDistance.From = sceneCamera.Distance;
daDistance.To = ZoomDistance;
daDistance.Duration = new System.Windows.Duration(TimeSpan.FromSeconds(2.0))

sceneCamera.BeginAnimation(Ab3d.Cameras.SceneCamera.DistanceProperty, daDistance, HandoffBehavior.Compose);

I have a MouseCameraController tied to the same viewport. After the animation is over I can no longer use the mouse wheel to zoom in and out, yet the rotate still works.

Any ideas?
  


Messages In This Thread
Camera Controller Animation - by richardpruitt96 - 10-26-2009, 09:51 PM
RE: Camera Controller Animation - by abenedik - 10-29-2009, 10:32 PM
RE: Camera Controller Animation - by abenedik - 11-18-2009, 12:21 AM
RE: Camera Controller Animation - by abenedik - 11-22-2009, 12:19 PM
RE: Camera Controller Animation - by ZENUAV - 05-31-2015, 04:01 PM
RE: Camera Controller Animation - by abenedik - 06-01-2015, 07:55 AM
RE: Camera Controller Animation - by ZENUAV - 06-01-2015, 10:06 AM

Forum Jump:


Users browsing this thread:
1 Guest(s)