void tvBasePostRedraw (tvBase * threeD, int locked)

Signals to the rendering thread that a redraw is required

Documentation

Signals to the rendering thread that a redraw is required.
Returns:
void.
Parameters:
threeD - handle to rendering state
locked - boolean value specifying whether or not the render thread is locked at the time of this function invocation (ISSUE: a bit obscure; this function is also called from * several places by library modules, but only once externally. Perhaps refactor?)
Author:
Lee Iverson
Version:
February 1997


Back to
TerraVision API Home Page