*** 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)
|