int PathDuplicate (tvBase *threeD, int selected)

Duplicates the indexed path entry at the end of the list of entries

Documentation

Duplicates the indexed path entry at the end of the list of entries.
Returns:
Index of the newly appended entry on successful completion. -1 if index is less than zero or if there is no established path.
Parameters:
threeD - handle to rendering state
index - index of element to be duplicated.


Back to
TerraVision API Home Page