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:  Ab3d
Assembly:  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()

Return Value

returns Model3DGroup for the current frame

See Also