int PathDelete (tvBase *threeD, int selected)

Deletes a path entry at the specified index

Documentation

Deletes a path entry at the specified index. Any subsequent entries have their indices decreased by one.
Returns:
Index of the deleted entry on successful completion. -1 if the index is invalid or there is no established path for the thread.
Parameters:
threeD - handle to rendering state
index - index of path element to be removed


Back to
TerraVision API Home Page