int PathUp (tvBase *threeD, int selected)

Swaps the indexed path entry with the entry immediately preceeding it

Documentation

Swaps the indexed path entry with the entry immediately preceeding it.
Returns:
New index of the entry on success. -1 if the index is less than or equal to zero, or there is no currently established path.
Parameters:
threeD - handle to rendering state.
index - index of entry to be swapped.


Back to
TerraVision API Home Page