Category Animation, Object ProAnimation

Function ProSingleAnimationInit


Description
Initializes an animation in single mode.
Synopsis
#include <ProAnimate.h>
ProErrorProSingleAnimationInit(
ProMdl top_model
/* (In)
The top-level model being animated
*/
ProAnimFrame anim_frame
/* (In)
The first animation frame
*/
ProSingleAnim* single_anim_obj
/* (Out)
The handle for single mode animation
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully initialized the animation.

Manual References:

  1. User Interface: Animation: Single Animation
  2. User Interface: Animation: Single Animation

Sample Code References:

  1. pt_examples ( TestAnimation.c )