int PathLoadFile ( tvBase *threeD, char const *filename )

Loads a path from the given file, replacing any established path for the thread

Documentation

Loads a path from the given file, replacing any established path for the thread. Generates messages if the file doesn't exist or is not a valid path file.
Returns:
boolean result: 1 on success, 0 on failure.
Parameters:
threeD - handle to render state
filename - name of file to be loaded.


Back to
TerraVision API Home Page