![]() |
![]()
| ![]() |
![]()
NAMEimage_framecyclemode - Enable/Disable time-triggered active frameset frame cycling. SYNOPSISnil
DESCRIPTIONEvery video object with a textured backing store has an active frame defined, which usually refers to the backing store that is allocated during object creation or explicitly updated via image_sharestorage . This frame can also be picked from a larger set that is allocated via image_framesetsize and populated via set_image_as_frame . The active frame property can then be managed manually via image_activeframe or automatically via this function. If called without any time_steps argument, the feature will be disabled, otherwise the active frame will be cycled in a (n + 1) % count order at a rate of time_steps ticks on the logic clock. EXAMPLEfunction image_framecyclemode0() SEE ALSO:image_framesetsize(3) image_activeframe(3) set_image_as_frame(3)
|