
Go to the source code of this file.
Classes | |
| struct | SIO2frame |
Functions | |
| typedef | void (SIO2framecallback(void *)) |
| SIO2frame * | sio2FrameInit (unsigned int, unsigned int, vec3 *) |
| SIO2frame * | sio2FrameFree (SIO2frame *) |
| void | sio2FrameSetCallback (SIO2frame *, SIO2framecallback *) |
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().
| void sio2FrameSetCallback | ( | SIO2frame * | , | |
| SIO2framecallback * | ||||
| ) |
| typedef void | ( | SIO2framecallback(void *) | ) |
1.5.6