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

Sets the "slide" parameters for animated fly-throughs

Documentation

Sets the "slide" parameters for animated fly-throughs. The slide parameters are used to introduce motion in a direction that is not parallel to the line of sight. For example, one could simulate the view of looking out to the side during a fly through the geo space.
Returns:
void
Parameters:
threeD - handle to rendering state
dx - delta to be applied to the "right" direction.
dy - delta to be applied to the "up" direction


Back to
TerraVision API Home Page