|
Set the location of the camera. Exactly the same as the function STATE_camera_set_location()
only that here we use just 1 parameter.
Example:
double xyz[3]={10,20,30};
DWORD camera=STATE_camera_get_default_camera();
STATE_camera_set_location1(camera, xyz);
See also STATE_camera_set_location()
|