STATE_engine_render

 

 


   *** the most important function in the 3D Engine.
   This function puts the image seen from the camera on the given window
   The rendering operation is not automatic after every API function
   This way we can save lots of CPU time by calling a group of API function
   followed by only one call to STATE_engine_render(). This function takes lots of
   CPU time (~0.01 seconds) while all the other engine functions are usually very fast to execute)

 

 

Go to page 1      Select API

 

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