void tvBaseSetAttitudeDelta (tvBase *threeD, float dx, float dy)

Sets the "attitude" parameters for animated fly-throughs

Documentation

Sets the "attitude" parameters for animated fly-throughs. (ISSUE: what is the precise effect of this? )
Returns:
void
Parameters:
threeD - handle to rendering state
dx - delta to be applied "yaw" of the view
dy - delta to be applied to the "pitch" of the view


Back to
TerraVision API Home Page