SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Types
SE_Animation_Range
/*
 * STRUCT: SE_Animation_Range
 *
 *   Specifies a single range of animation frames to be traversed from an
 *   <Animation Related Geometry>. Used to build up the
 *   SE_Animation_Select_Parameters structure.
 *
 *   NOTE: The ending_frame of a range must be greater than or equal to the
 *         beginning_frame of that range.
 */
typedef struct
{
SE_Short_Integer_Unsigned beginning_frame;
SE_Short_Integer_Unsigned ending_frame;
} SE_Animation_Range;



Prev: SE_Alt_Hierarchy_Parameters. Next: SE_Animation_Select_Parameters.


Return to: Top of this Page, Type Index

Last updated: July 16, 2004 Copyright © 2004 SEDRIS