void tvFlyTo ( tvBase *threeD, double x, double y, double z, double yaw, double pitch, double roll )

Performs a smooth animation from the current viewpoint to the new location

Documentation

Performs a smooth animation from the current viewpoint to the new location. Parameters (x,y,z) are meters, and (yaw,pitch,roll) are radians.
Returns:
void
Parameters:
threeD - Handle to rendering thread
x - new viewpoint x coordinate
y - " " y "
z - " " z "
yaw - yaw in radians
pitch - pitch in radians
roll - roll in radians


Back to
TerraVision API Home Page