Click or drag to resize
Animator3dsDoAnimate Method
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.dll) Version: 9.0.5590.1040
Syntax
C#
public Model3DGroup DoAnimate()

Return Value

Type: Model3DGroup
returns Model3DGroup for the current frame
See Also