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: Ab3dAssembly: Ab3d.Reader3ds (in Ab3d.Reader3ds.dll) Version: 9.0.5590.1040
Syntax public Model3DGroup DoAnimate()
Return Value
Type:
Model3DGroupreturns Model3DGroup for the current frame
See Also