hwIAnimator SetUseBitmap
Sets the current animator's use bitmap flag.
Syntax
hwIAnimator_handle SetUseBitmap usebitmap
Application
HyperView Tcl Modify
Description
This command sets the current animator's use bitmap flag. 
    Note: This flag is used to speed
          up animation of large models by saving bitmap images for each frame, then flipping through
          them instead of recalculating each frame.
Inputs
- usebitmap
 - The use bitmap state: either true or false.
 
Error
Returns 0 if successful, otherwise an error code.