The main method that does the animation. This method should be called every time user wants to show the next frame.
This method is usually called from a CompositionTarget.Rendering or DispatherTimerevent handler.
Namespace:
Ab3dAssembly: Ab3d.Reader3ds (in Ab3d.Reader3ds)
Version: 4.2.0.0 (4.2.0.0)
Syntax
| C# |
|---|
public Model3DGroup DoAnimate() |
| Visual Basic (Declaration) |
|---|
Public Function DoAnimate As Model3DGroup |
| Visual C++ |
|---|
public: Model3DGroup^ DoAnimate() |