08-31-2011, 10:26 PM
This is really a more generic WPF question.
In WPF every UIElement (that means all controls and most of other stuff) has a property Opacity.
This means that you can simply add two Viewport3D controls to the same location (for example inside one Grid) and set two different 3D animations for them. Than you just change the Opacity of the Viewport3D to hide the first one and show the second one.
In WPF every UIElement (that means all controls and most of other stuff) has a property Opacity.
This means that you can simply add two Viewport3D controls to the same location (for example inside one Grid) and set two different 3D animations for them. Than you just change the Opacity of the Viewport3D to hide the first one and show the second one.
Andrej Benedik

