#include "sio2.h"

Functions | |
| SIO2frame * | sio2FrameInit (unsigned int _frame, unsigned int _size, vec3 *_dim) |
| SIO2frame * | sio2FrameFree (SIO2frame *_SIO2frame) |
Free a previously initialized SIO2frame.
_SIO2frame: The SIO2frame to be freed from memory.
return a NULL SIO2frame pointer.
References SIO2frame::buf.
Referenced by sio2ActionFree().
Create a new SIO2frame, this frame will be associated to the current sio2 SIO2action.
_frame: The frame number. _size: The size in bytes of the current frame buffer. _dim: The dimXYZ of the bounding box for this frame.
return a new SIO2frame structure pointer.
References SIO2frame::buf, SIO2frame::dim, SIO2frame::frame, vec3::x, vec3::y, and vec3::z.
Referenced by sio2ActionLoad().
1.5.6