STATE_camera_get_first_camera

 

 




   returns a handle to a camera.
   Used in conjunction with STATE_camera_get_next_camera()
   to traverse all the existing cameras
   example:
  	for(handle=STATE_camera_get_first_camera() ; handle!=NULL ; handle=STATE_camera_get_next_camera(handle) )
  	{
  		... 
  
  	}

 

 

Go to page 1      Select API

 

Copyright © 2007 3DSTATE Corporation. www.3dstate.com