|
Creates a camera and returns a handle to that camera
Note that the values for the camera setting (location, direction , field view etc ...)
are given default values. In probably all cases you
would like to set those values yourself before you
You use the camera specially the location and the direction
given parameters
-----------------
camera_name: a string that identifies the camera. Usually this
string wont be in use since it is more efficient to
retrieve a camera using the handle (the return value of this
function).
see also STATE_camera_recreate() STATE_camera_save()
|