Data Structures |
|
struct | RtCompressedKeyFrame |
struct | RtCompressedKeyFrameCustomData |
Typedefs |
|
typedef RpHAnimInterpFrame | RtCompressedInterpKeyFrame |
Functions |
|
RwUInt16 | RtCompressedKeyFrameCompressFloat (RwReal I) |
void | RtCompressedKeyFrameApply (void *matrix, void *voidIFrame) |
void | RtCompressedKeyFrameInterpolate (void *voidOut, void *voidIn1, void *voidIn2, RwReal time, void *customData) |
void | RtCompressedKeyFrameBlend (void *voidOut, void *voidIn1, void *voidIn2, RwReal alpha) |
RtAnimAnimation * | RtCompressedKeyFrameStreamRead (RwStream *stream, RtAnimAnimation *animation) |
RwBool | RtCompressedKeyFrameStreamWrite (RtAnimAnimation *animation, RwStream *stream) |
RwInt32 | RtCompressedKeyFrameStreamGetSize (RtAnimAnimation *animation) |
void | RtCompressedKeyFrameMulRecip (void *voidFrame, void *voidStart) |
void | RtCompressedKeyFrameAdd (void *voidOut, void *voidIn1, void *voidIn2) |
RwBool | RtCompressedKeyFrameRegister (void) |
RtAnimAnimation * | RtCompressedKeyConvertFromStdKey (RtAnimAnimation *stdkeyanim) |
This toolkits provides a set of functions and data structures for keyframe animation using compressed data. It is designed to be used with the RtAnim animation toolkit.
|
RtCompressedInterpKeyFrame typedef for RtCompressedInterpKeyFrame. Matches RpHAnimInterpFrame. |
|
RtCompressedKeyConvertFromStdKey converts a standard keyframe animation to a compressed keyframe animation
|
|
RtCompressedKeyFrameAdd adds two interpolated keyframes together.
|
|
RtCompressedKeyFrameApply converts a compressed interpolated keyframe to a matrix.
|
|
RtCompressedKeyFrameBlend blends between two RpHAnimInterpFrame objects using a given blend factor.
|
|
RtCompressedKeyFrameCompressFloat converts a float into a compressed 16bit integer representation.
|
|
RtCompressedKeyFrameInterpolate interpolates between two compressed keyframes and returns the result.
|
|
RtCompressedKeyFrameMulRecip multiplies one keyframe by the reciprocal of another (in place).
|
|
RtCompressedKeyFrameRegister registers the compressed keyframe animation scheme with RtAnim.
|
|
RtCompressedKeyFrameStreamGetSize calculates the size of a hierarchical compressed animations data (keyframes & custom data) when written to a stream.
|
|
RtCompressedKeyFrameStreamRead reads a hierarchical compressed animation from a stream.
|
|
RtCompressedKeyFrameStreamWrite writes a hierarchical compressed animation to a stream.
|
Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |