void tvBeginStroke (tvBase *threeD, int x, int y)

Start a doodle stroke at given coordinates

Documentation

Start a doodle stroke at given coordinates. Should be called on mouse down.
Returns:
void
Parameters:
threeD - handle to rendering state
x - coordinate of stroke start-point
y - "
Author:
Lee Iverson
Version:
December 1999
See Also:
tvContinueStroke, tvEndStroke


Back to TerraVision API Home Page