CameraPathGui
Description
- Derived from
Full source code is included in the Tinman 3D SDK download. |
A GUI component that allows the user to record and playback a camera path.
The following default Layout settings are defined for CameraPathGui objects:
Public / Methods
Load
Loads the saved camera path from the configured file.
If no file path has been configured (see FilePath), the method returns silently.
- IOException
-
If an I/O error has occurred while loading the camera path file.
Save
Saves the saved camera path to the configured file.
If no file path has been configured (see FilePath), the method returns silently.
- IOException
-
If an I/O error has occurred while saving the camera path file.