|
creates a new camera and returns the handle to that camera
The new camera status (location, direction, field_of_view etc ...) is
set according to the data in restore_buffer.
this buffer should be filled before calling this function
using STATE_camera_save(). This mechanism could be used to
duplicate cameras. Another usage could be to send the buffer across
the internet so that the same camera could be created on
the far computer. see also STATE_camera_create()
|